diff --git a/build.xml b/build.xml index fbdcd2331..e2d3f3669 100644 --- a/build.xml +++ b/build.xml @@ -669,7 +669,21 @@ - + + + + + + + + + + diff --git a/source/de/anomic/soap/httpdSoapHandler.java b/source/de/anomic/soap/httpdSoapHandler.java index 8f12182bc..893a90256 100644 --- a/source/de/anomic/soap/httpdSoapHandler.java +++ b/source/de/anomic/soap/httpdSoapHandler.java @@ -35,7 +35,7 @@ import de.anomic.server.serverFileUtils; import de.anomic.server.serverSwitch; /** - * Class to accept SOAP Requests and invoke the desired {@link de.anomic.http.httpdSoapService soapService}. + * Class to accept SOAP Requests and invoke the desired soapService. * An example how to do a soap call from php: * * " + "" - + "" + + "" + "" + "" + ""; diff --git a/source/de/anomic/soap/httpdSoapService.java b/source/de/anomic/soap/httpdSoapService.java index 6bc7f565c..a98d84971 100644 --- a/source/de/anomic/soap/httpdSoapService.java +++ b/source/de/anomic/soap/httpdSoapService.java @@ -28,7 +28,7 @@ import de.anomic.server.serverObjects; import de.anomic.server.serverSwitch; /** - * SOAP Service Class that will be invoked by the {@link de.anomic.http.httpdSoapHandler} + * SOAP Service Class that will be invoked by the httpdSoapHandler * * @author Martin Thelian */