(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sun, 19 Mar 2006 20:12:50 +0000 (20:12 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 19 Mar 2006 20:12:50 +0000 (20:12 +0000)
crawler/basic/src/org/wamblee/crawler/impl/ConfigurationParser.java

index 679348517ead6824b354dfa7198307fcbe6dee16..b45053a2ab953c32cdec4a4d954220f86e0e1974 100644 (file)
@@ -65,8 +65,7 @@ public class ConfigurationParser {
     
     /**
      * Constructs the configuration parser. 
-     * @param aOs The stream for logging requests.
-     * TODO plain java logging should be used instead of this awkward mechanism. 
+     * @param aOs The stream for logging requests
      */
     public ConfigurationParser(PrintStream aOs) {
         _os = aOs;