From: <tho...@us...> - 2010-12-21 15:22:53
|
Revision: 4031 http://bigdata.svn.sourceforge.net/bigdata/?rev=4031&view=rev Author: thompsonbry Date: 2010-12-21 15:22:47 +0000 (Tue, 21 Dec 2010) Log Message: ----------- Removed an unused field declared by BD.java (ATOMIC_UPDATE_SEPARATOR_KEY). Modified Paths: -------------- branches/JOURNAL_HA_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/store/BD.java Modified: branches/JOURNAL_HA_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/store/BD.java =================================================================== --- branches/JOURNAL_HA_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/store/BD.java 2010-12-21 15:17:52 UTC (rev 4030) +++ branches/JOURNAL_HA_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/store/BD.java 2010-12-21 15:22:47 UTC (rev 4031) @@ -225,14 +225,14 @@ */ URI NULL_GRAPH = new URIImpl(NAMESPACE + "nullGraph"); - /** - * We need the abiltiy to do atomic add+drop in one operation via the - * remoting interface. Thus we need the ability to place - * statements to add and to delete in the same serialized document sent - * across the wire. This separator key, when included in a comment, will - * mark the separation point between statements to drop (above the - * separator) and statements to add (below the separator). - */ - URI ATOMIC_UPDATE_SEPARATOR_KEY = new URIImpl(NAMESPACE + "atomicUpdateSeparatorKey"); +// /** +// * We need the ability to do atomic add+drop in one operation via the +// * remoting interface. Thus we need the ability to place +// * statements to add and to delete in the same serialized document sent +// * across the wire. This separator key, when included in a comment, will +// * mark the separation point between statements to drop (above the +// * separator) and statements to add (below the separator). +// */ +// URI ATOMIC_UPDATE_SEPARATOR_KEY = new URIImpl(NAMESPACE + "atomicUpdateSeparatorKey"); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |