From: <ton...@us...> - 2008-02-21 21:21:31
|
Revision: 623 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=623&view=rev Author: tonytacker Date: 2008-02-21 13:21:21 -0800 (Thu, 21 Feb 2008) Log Message: ----------- some more PUBLIC methods to use their inside GUI for loading a configuration file Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/cli/Start.java Modified: trunk/src/dl-learner/org/dllearner/cli/Start.java =================================================================== --- trunk/src/dl-learner/org/dllearner/cli/Start.java 2008-02-21 21:20:02 UTC (rev 622) +++ trunk/src/dl-learner/org/dllearner/cli/Start.java 2008-02-21 21:21:21 UTC (rev 623) @@ -368,7 +368,7 @@ } /** - * detects all imported files and their format + * detects all imported files and their format */ public static Map<URL, Class<? extends KnowledgeSource>> getImportedFiles(ConfParser parser, String baseDir) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |