From: <jen...@us...> - 2008-02-22 15:19:01
|
Revision: 627 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=627&view=rev Author: jenslehmann Date: 2008-02-22 07:18:56 -0800 (Fri, 22 Feb 2008) Log Message: ----------- minor parser change Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/parser/KBParser.java Modified: trunk/src/dl-learner/org/dllearner/parser/KBParser.java =================================================================== --- trunk/src/dl-learner/org/dllearner/parser/KBParser.java 2008-02-22 15:16:02 UTC (rev 626) +++ trunk/src/dl-learner/org/dllearner/parser/KBParser.java 2008-02-22 15:18:56 UTC (rev 627) @@ -7,7 +7,7 @@ public @SuppressWarnings("all") class KBParser implements KBParserConstants { - public static final String internalNamespace = "http://localhost/foo#"; + public static String internalNamespace = "http://localhost/foo#"; // method to give all internal stuff an URI (not necessary for DLs, but for OWL ontologies // and it should be possible to represent the internal KB as OWL ontology) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |