Update of /var/cvs/applications/scan/src/org/mmbase/module/builders/vwms
In directory
james.mmbase.org:/tmp/cvs-serv17652/applications/scan/src/org/mmbase/module/builders/vwms
Modified Files:
ImageMaster.java PageMaster.java
Log Message:
Fixes un javadoc
See also:
http://cvs.mmbase.org/viewcvs/applications/scan/src/org/mmbase/module/builders/vwms
Index: ImageMaster.java
===================================================================
RCS file:
/var/cvs/applications/scan/src/org/mmbase/module/builders/vwms/ImageMaster.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- ImageMaster.java 21 Jun 2007 15:50:23 -0000 1.29
+++ ImageMaster.java 25 Mar 2008 21:00:25 -0000 1.30
@@ -30,7 +30,7 @@
*
* @author Daniel Ockeloen
* @author Pierre van Rooden (javadocs)
- * @version $Id: ImageMaster.java,v 1.29 2007/06/21 15:50:23 nklasens Exp $
+ * @version $Id: ImageMaster.java,v 1.30 2008/03/25 21:00:25 nklasens Exp $
*/
public class ImageMaster extends Vwm implements
MMBaseObserver,VwmServiceInterface {
@@ -243,7 +243,7 @@
* Handles an images/mirror service request.
* Converts images to an asis file format, then places the asis file in
the files list,
* so it will be sent to a mirror site by the ImagePusher.
- * @param node the filenet node that contains the service request
+ * @param filenode the filenet node that contains the service request
* @param status the current status of the node
* @param ctype the type of change on that node ("c" : node was changed)
* @return <code>true</code>
@@ -349,7 +349,7 @@
/**
* Handles a images/main service request.
* Schedules requests to mirror the file using [EMAIL PROTECTED]
#doMainRequest}<br />
- * @param node the filenet node that contains the service request
+ * @param filenode the filenet node that contains the service request
* @param status the current status of the node
* @param ctype the type of change on that node ("c" : node was changed)
* @return <code>true</code>
@@ -452,7 +452,6 @@
/**
* Retrieves a named property of a server.
* Should use the same system as PageMaster (retrieve data from MSMerver).
- * @param machine name of the server
* @param key name of the property to retrieve
* @return the property value
*/
Index: PageMaster.java
===================================================================
RCS file:
/var/cvs/applications/scan/src/org/mmbase/module/builders/vwms/PageMaster.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- PageMaster.java 23 Nov 2005 15:45:13 -0000 1.17
+++ PageMaster.java 25 Mar 2008 21:00:25 -0000 1.18
@@ -31,7 +31,7 @@
*
* @author Daniel Ockeloen
* @author Pierre van Rooden (javadocs)
- * @version $Id: PageMaster.java,v 1.17 2005/11/23 15:45:13 pierre Exp $
+ * @version $Id: PageMaster.java,v 1.18 2008/03/25 21:00:25 nklasens Exp $
*/
public class PageMaster extends Vwm implements
MMBaseObserver,VwmServiceInterface {
@@ -203,7 +203,7 @@
* Handles a pages/mirror service request.
* Places a page in the file2copy queue, so it will be sent to a mirror
* site by the FileCopier.
- * @param node the filenet node that contains the service request
+ * @param filenode the filenet node that contains the service request
* @param status the current status of the node
* @param ctype the type of change on that node ("c" : node was changed)
* @return <code>true</code>
@@ -262,7 +262,7 @@
* - changed: page is scheduled to be recalculated<br />
* - recaculate" page is recaclcutated and scheduled to be handled<br />
*
- * @param node the netfiles node that contains the service request
+ * @param filenode the netfiles node that contains the service request
* @param status the current status of the node
* @param ctype the type of change on that node ("c" : node was changed)
* @return <code>true</code>
@@ -379,7 +379,7 @@
* Recalculate a page.
* Invokes the SCAN parser (which will re-cache the page through the
scancache module)
* Only works for SCAN.
- * @param the url of the page to cache
+ * @param url of the page to cache
*/
public void calcPage(String url) {
scanparser m=(scanparser)Vwms.getMMBase().getModule("SCANPARSER");
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs