[Mulgara-svn] r499 - branches/nw-interface/src/jar/itql/java/org/mulgara/itql

pag at mulgara.org pag at mulgara.org
Wed Oct 24 21:57:25 UTC 2007


Author: pag
Date: 2007-10-24 16:57:21 -0500 (Wed, 24 Oct 2007)
New Revision: 499

Modified:
   branches/nw-interface/src/jar/itql/java/org/mulgara/itql/TqlInterpreter.java
Log:
Fixed the lack of local backups.  This should have gone in with r496

Modified: branches/nw-interface/src/jar/itql/java/org/mulgara/itql/TqlInterpreter.java
===================================================================
--- branches/nw-interface/src/jar/itql/java/org/mulgara/itql/TqlInterpreter.java	2007-10-24 21:56:10 UTC (rev 498)
+++ branches/nw-interface/src/jar/itql/java/org/mulgara/itql/TqlInterpreter.java	2007-10-24 21:57:21 UTC (rev 499)
@@ -662,8 +662,9 @@
     // get constituents of the backup command
     URI sourceURI = toURI(node.getSource());
     URI destinationURI = toURI(node.getDestination());
+    boolean locality = node.getLocality() != null && (node.getLocality() instanceof ALocalLocality);
 
-    lastCommand = new Backup(sourceURI, destinationURI);
+    lastCommand = new Backup(sourceURI, destinationURI, locality);
   }
 
   /**




More information about the Mulgara-svn mailing list