From: <tho...@us...> - 2013-11-15 17:38:27
|
Revision: 7556 http://bigdata.svn.sourceforge.net/bigdata/?rev=7556&view=rev Author: thompsonbry Date: 2013-11-15 17:38:20 +0000 (Fri, 15 Nov 2013) Log Message: ----------- @Override annotations Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/sparql/ast/AbstractASTEvaluationTestCase.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/sparql/ast/AbstractASTEvaluationTestCase.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/sparql/ast/AbstractASTEvaluationTestCase.java 2013-11-15 17:38:03 UTC (rev 7555) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/test/com/bigdata/rdf/sparql/ast/AbstractASTEvaluationTestCase.java 2013-11-15 17:38:20 UTC (rev 7556) @@ -84,6 +84,7 @@ protected String baseURI = null; + @Override protected void setUp() throws Exception { super.setUp(); @@ -100,6 +101,7 @@ } + @Override protected void tearDown() throws Exception { if (store != null) { @@ -118,6 +120,7 @@ } + @Override public Properties getProperties() { // Note: clone to avoid modifying!!! This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |