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 3e76cba42 Clean up comments
3e76cba42 is described below

commit 3e76cba42cb4d4957f1c3f341f4c526f0625e589
Author: Andreas Veithen-Knowles <[email protected]>
AuthorDate: Wed Oct 22 06:26:12 2025 +0000

    Clean up comments
---
 .../java/org/apache/axiom/soap/SOAPFactory.java    | 35 ----------------------
 1 file changed, 35 deletions(-)

diff --git a/axiom-api/src/main/java/org/apache/axiom/soap/SOAPFactory.java 
b/axiom-api/src/main/java/org/apache/axiom/soap/SOAPFactory.java
index 627ee8850..2dada17ba 100644
--- a/axiom-api/src/main/java/org/apache/axiom/soap/SOAPFactory.java
+++ b/axiom-api/src/main/java/org/apache/axiom/soap/SOAPFactory.java
@@ -140,10 +140,6 @@ public interface SOAPFactory extends OMFactory {
 
     SOAPBody createSOAPBody() throws SOAPProcessingException;
 
-    /* ========================
-       =  SOAPFaultCode       =
-       ======================== */
-
     /**
      * Code eii under SOAPFault (parent)
      *
@@ -154,10 +150,6 @@ public interface SOAPFactory extends OMFactory {
 
     SOAPFaultCode createSOAPFaultCode() throws SOAPProcessingException;
 
-    /*========================
-   =  SOAPFaultCodeValue  =
-   ======================== */
-
     /**
      * Value eii under Code (parent)
      *
@@ -168,22 +160,15 @@ public interface SOAPFactory extends OMFactory {
 
     SOAPFaultValue createSOAPFaultValue() throws SOAPProcessingException;
 
-    /*========================
-      =  SOAPFaultSubCode    =
-      ======================== */
-
     /**
      * SubCode eii under Value (parent)
      *
      * @param parent
      * @return Returns SOAPFaultValue.
      */
-
-    //added
     SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent)
             throws SOAPProcessingException;
 
-    //changed
     SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent)
             throws SOAPProcessingException;
 
@@ -198,10 +183,6 @@ public interface SOAPFactory extends OMFactory {
     SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent)
             throws SOAPProcessingException;
 
-    /*========================
-   =  SOAPFaultReason     =
-   ======================== */
-
     /**
      * Reason eii under SOAPFault (parent)
      *
@@ -212,10 +193,6 @@ public interface SOAPFactory extends OMFactory {
 
     SOAPFaultReason createSOAPFaultReason() throws SOAPProcessingException;
 
-    /*========================
-      =  SOAPFaultReasonText     =
-      ======================== */
-
     /**
      * SubCode eii under SubCode (parent)
      *
@@ -226,10 +203,6 @@ public interface SOAPFactory extends OMFactory {
 
     SOAPFaultText createSOAPFaultText() throws SOAPProcessingException;
 
-    /*========================
-   =  SOAPFaultNode       =
-   ======================== */
-
     /**
      * Node eii under SOAPFault (parent)
      *
@@ -240,10 +213,6 @@ public interface SOAPFactory extends OMFactory {
 
     SOAPFaultNode createSOAPFaultNode() throws SOAPProcessingException;
 
-    /*========================
-      =  SOAPFaultRole       =
-      ======================== */
-
     /**
      * Role eii under SOAPFault (parent)
      *
@@ -254,10 +223,6 @@ public interface SOAPFactory extends OMFactory {
 
     SOAPFaultRole createSOAPFaultRole() throws SOAPProcessingException;
 
-    /*========================
-      =  SOAPFaultDetail     =
-      ======================== */
-
     /**
      * Detail eii under SOAPFault (parent)
      *

Reply via email to