Revision: 3738
http://bigdata.svn.sourceforge.net/bigdata/?rev=3738&view=rev
Author: thompsonbry
Date: 2010-10-06 13:02:06 +0000 (Wed, 06 Oct 2010)
Log Message:
-----------
Applying serialVersionUID to be compatible with the implied serialVersionUID in the trunk. That serialialVersionUID is now explicit in both the trunk and the QUADS_QUERY_BRANCH
Modified Paths:
--------------
branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/vocab/BaseVocabulary.java
Modified: branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/vocab/BaseVocabulary.java
===================================================================
--- branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/vocab/BaseVocabulary.java 2010-10-06 13:00:41 UTC (rev 3737)
+++ branches/QUADS_QUERY_BRANCH/bigdata-rdf/src/java/com/bigdata/rdf/vocab/BaseVocabulary.java 2010-10-06 13:02:06 UTC (rev 3738)
@@ -64,6 +64,8 @@
final static public Logger log = Logger.getLogger(BaseVocabulary.class);
+ private static final long serialVersionUID = 1560142397515291331L;
+
/**
* The database that is the authority for the defined terms and term
* identifiers. This will be <code>null</code> when the de-serialization
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|