From: <ku...@us...> - 2008-04-09 08:27:27
|
Revision: 777 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=777&view=rev Author: kurzum Date: 2008-04-09 01:26:53 -0700 (Wed, 09 Apr 2008) Log Message: ----------- deleted @override Modified Paths: -------------- trunk/src/dl-learner/org/dllearner/core/owl/BooleanDatatypePropertyAssertion.java Modified: trunk/src/dl-learner/org/dllearner/core/owl/BooleanDatatypePropertyAssertion.java =================================================================== --- trunk/src/dl-learner/org/dllearner/core/owl/BooleanDatatypePropertyAssertion.java 2008-04-07 15:17:58 UTC (rev 776) +++ trunk/src/dl-learner/org/dllearner/core/owl/BooleanDatatypePropertyAssertion.java 2008-04-09 08:26:53 UTC (rev 777) @@ -38,7 +38,7 @@ return datatypeProperty.toString(baseURI, prefixes) + "(" + individual.toString(baseURI, prefixes) + "," + value +")"; } - @Override + public String toKBSyntaxString(String baseURI, Map<String, String> prefixes) { return datatypeProperty.toKBSyntaxString(baseURI,prefixes) + "(" + individual.toKBSyntaxString( baseURI, prefixes) + "," + value +")"; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |