(no commit message)
[utils] / 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;