This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 47946fba9 Fix TODO item
47946fba9 is described below
commit 47946fba9cbe418c20af383e497ca4c1cd99a237
Author: Andreas Veithen <[email protected]>
AuthorDate: Mon Oct 20 17:00:18 2025 +0100
Fix TODO item
---
.../src/main/java/org/apache/axiom/ts/soap/SimpleSOAPSample.java | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git
a/testing/soap-testsuite/src/main/java/org/apache/axiom/ts/soap/SimpleSOAPSample.java
b/testing/soap-testsuite/src/main/java/org/apache/axiom/ts/soap/SimpleSOAPSample.java
index 01afe1c06..ca704ec25 100644
---
a/testing/soap-testsuite/src/main/java/org/apache/axiom/ts/soap/SimpleSOAPSample.java
+++
b/testing/soap-testsuite/src/main/java/org/apache/axiom/ts/soap/SimpleSOAPSample.java
@@ -20,9 +20,8 @@ package org.apache.axiom.ts.soap;
import org.apache.axiom.ts.xml.MessageContent;
-// TODO: this should eventually have package access
-public final class SimpleSOAPSample extends SOAPSample {
- public SimpleSOAPSample(SOAPSpec spec, String resourceName) {
+final class SimpleSOAPSample extends SOAPSample {
+ SimpleSOAPSample(SOAPSpec spec, String resourceName) {
this(spec, resourceName, resourceName);
}