From c5c5c166f0cea7d60a5a553ae5a8e6c0e0c94f77 Mon Sep 17 00:00:00 2001 From: theli Date: Wed, 24 May 2006 04:40:30 +0000 Subject: [PATCH] *) fix for javadoc generation See: http://www.yacy-forum.de/viewtopic.php?p=21884 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2138 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.xml | 16 +++++++++++++++- source/de/anomic/soap/httpdSoapHandler.java | 4 ++-- source/de/anomic/soap/httpdSoapService.java | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) 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 */