Revision: 1761
http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1761&view=revAuthor: markagreenwood
Date: 2009-10-27 13:15:14 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
removed the duplicate method definition
Modified Paths:
--------------
trunk/cow/grails-app/services/IndexingService.groovy
Modified: trunk/cow/grails-app/services/IndexingService.groovy
===================================================================
--- trunk/cow/grails-app/services/IndexingService.groovy 2009-10-27 13:07:35 UTC (rev 1760)
+++ trunk/cow/grails-app/services/IndexingService.groovy 2009-10-27 13:15:14 UTC (rev 1761)
@@ -172,7 +172,6 @@
}
} // executeAnt
-
/**
* calls the ant command
* @param request web request object
@@ -184,21 +183,6 @@
* @return true only if the process finishes successfully. If the process has
* is started in the asynchronous mode, it will always return true.
*/
- public boolean callAnt(List<String> toIndex, String wikiId, int command) {
- return callAnt(toIndex, wikiId, command)
- }
-
- /**
- * calls the ant command
- * @param request web request object
- * @param toIndex (e.g. a list of file urls = file://path-to-a-sandbox/
- * @param wikiId (e.g. 1 for help, 2 for main etc)
- * @param command (one of index, delete, or update)
- * @param asynchronousMode if set to true, execution starts in a separate
- * thread
- * @return true only if the process finishes successfully. If the process has
- * is started in the asynchronous mode, it will always return true.
- */
private boolean callAnt(
List<String> toIndex, String wikiId, int command
) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
gatewiki-commits mailing list
gatewiki-commits@...
https://lists.sourceforge.net/lists/listinfo/gatewiki-commits