[Mulgara-svn] r487 - branches/nw-interface/src/jar/query/java/org/mulgara/query/operation

pag at mulgara.org pag at mulgara.org
Thu Oct 18 22:08:03 UTC 2007


Author: pag
Date: 2007-10-18 17:08:02 -0500 (Thu, 18 Oct 2007)
New Revision: 487

Modified:
   branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/Backup.java
Log:
Turns out that the Backup CAN be created without a predefined server for the given assertion

Modified: branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/Backup.java
===================================================================
--- branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/Backup.java	2007-10-18 22:05:32 UTC (rev 486)
+++ branches/nw-interface/src/jar/query/java/org/mulgara/query/operation/Backup.java	2007-10-18 22:08:02 UTC (rev 487)
@@ -143,8 +143,6 @@
    * @param uri The URI to determine the server URI from.
    */
   private URI updateServerUri(URI uri) {
-    // This should already be set, though we don't really care
-    assert serverUri != null;
     serverUri = calcServerUri(uri);
     return serverUri;
   }




More information about the Mulgara-svn mailing list