From: <tho...@us...> - 2013-11-26 14:17:59
|
Revision: 7595 http://bigdata.svn.sourceforge.net/bigdata/?rev=7595&view=rev Author: thompsonbry Date: 2013-11-26 14:17:48 +0000 (Tue, 26 Nov 2013) Log Message: ----------- @Override annotations Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/rio/RDFParserOptions.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/rio/RDFParserOptions.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/rio/RDFParserOptions.java 2013-11-25 20:32:21 UTC (rev 7594) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/rio/RDFParserOptions.java 2013-11-26 14:17:48 UTC (rev 7595) @@ -195,6 +195,7 @@ } + @Override public synchronized String toString() { return super.toString() + // "{verifyData=" + verifyData + // @@ -255,6 +256,7 @@ p.setVerifyData(verifyData); } + @Override public boolean equals(final Object o) { if (this == o) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |