[Mulgara-svn] r1131 - trunk/src/jar/itql/java/org/mulgara/itql

pag at mulgara.org pag at mulgara.org
Sun Aug 10 02:08:12 UTC 2008


Author: pag
Date: 2008-08-09 19:08:11 -0700 (Sat, 09 Aug 2008)
New Revision: 1131

Modified:
   trunk/src/jar/itql/java/org/mulgara/itql/HelpPrinter.java
Log:
Removed unused method

Modified: trunk/src/jar/itql/java/org/mulgara/itql/HelpPrinter.java
===================================================================
--- trunk/src/jar/itql/java/org/mulgara/itql/HelpPrinter.java	2008-08-10 02:07:39 UTC (rev 1130)
+++ trunk/src/jar/itql/java/org/mulgara/itql/HelpPrinter.java	2008-08-10 02:08:11 UTC (rev 1131)
@@ -311,26 +311,6 @@
   // printDefaultHelp()
 
   /**
-   * Print the comment help message.
-   *
-   * @return RETURNED VALUE TO DO
-   */
-  private static StringBuffer printCommentHelp() {
-
-    // log the command we're printing help for
-    log.debug("Printing comment help screen");
-
-    // create the help message
-    StringBuffer helpMsg = new StringBuffer();
-    helpMsg.append("\nThe comment command is not yet implemented." + eol);
-
-    // return the help mesage
-    return helpMsg;
-  }
-
-  // printCommentHelp()
-
-  /**
    * Print the su help message.
    *
    * @return RETURNED VALUE TO DO




More information about the Mulgara-svn mailing list