[Mulgara-svn] r1358 - trunk/src/jar/resolver-distributed/java/org/mulgara/resolver/distributed/remote

ronald at mulgara.org ronald at mulgara.org
Thu Oct 23 13:12:49 UTC 2008


Author: ronald
Date: 2008-10-23 06:12:48 -0700 (Thu, 23 Oct 2008)
New Revision: 1358

Modified:
   trunk/src/jar/resolver-distributed/java/org/mulgara/resolver/distributed/remote/ShortGlobalStatementSet.java
Log:
Removed trailing spaces.

Modified: trunk/src/jar/resolver-distributed/java/org/mulgara/resolver/distributed/remote/ShortGlobalStatementSet.java
===================================================================
--- trunk/src/jar/resolver-distributed/java/org/mulgara/resolver/distributed/remote/ShortGlobalStatementSet.java	2008-10-23 13:12:41 UTC (rev 1357)
+++ trunk/src/jar/resolver-distributed/java/org/mulgara/resolver/distributed/remote/ShortGlobalStatementSet.java	2008-10-23 13:12:48 UTC (rev 1358)
@@ -36,7 +36,7 @@
  * @licence <a href="{@docRoot}/../../LICENCE.txt">Open Software License v3.0</a>
  */
 public class ShortGlobalStatementSet extends AbstractSet<Triple> implements Serializable {
-  
+
   /**
    * Allow newer compiled version of the stub to operate when changes
    * have not occurred with the class.
@@ -44,12 +44,12 @@
    * deleted.
    */
   private static final long serialVersionUID = 896369800817370415L;
-  
-  
+
+
   /** Internally, use a list as this has a shorter serialization. */
   private ArrayList<Triple> data;
-  
-  
+
+
   /**
    * Builds the set of Triple data, containing globalized triples.
    * @param statements Contains the data for the set.  This must not contain duplicates.




More information about the Mulgara-svn mailing list