Revision: 7756
http://bigdata.svn.sourceforge.net/bigdata/?rev=7756&view=rev
Author: thompsonbry
Date: 2014-01-09 23:03:43 +0000 (Thu, 09 Jan 2014)
Log Message:
-----------
removed java 7 throwable ctor call that broke the build...
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/OutOfOrderEvaluationException.java
Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/OutOfOrderEvaluationException.java
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/OutOfOrderEvaluationException.java 2014-01-09 21:55:07 UTC (rev 7755)
+++ branches/BIGDATA_RELEASE_1_3_0/bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/OutOfOrderEvaluationException.java 2014-01-09 23:03:43 UTC (rev 7756)
@@ -52,9 +52,9 @@
super(message, cause);
}
- public OutOfOrderEvaluationException(String message, Throwable cause,
- boolean enableSuppression, boolean writableStackTrace) {
- super(message, cause, enableSuppression, writableStackTrace);
- }
+// public OutOfOrderEvaluationException(String message, Throwable cause,
+// boolean enableSuppression, boolean writableStackTrace) {
+// super(message, cause, enableSuppression, writableStackTrace);
+// }
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|