[Swift-commit] cog r3900

swift at ci.uchicago.edu swift at ci.uchicago.edu
Thu May 8 23:20:04 CDT 2014


------------------------------------------------------------------------
r3900 | hategan | 2014-05-08 23:18:41 -0500 (Thu, 08 May 2014) | 1 line

allow null service contact
------------------------------------------------------------------------
Index: modules/provider-local/src/org/globus/cog/abstraction/impl/file/local/FileResourceImpl.java
===================================================================
--- modules/provider-local/src/org/globus/cog/abstraction/impl/file/local/FileResourceImpl.java	(revision 3899)
+++ modules/provider-local/src/org/globus/cog/abstraction/impl/file/local/FileResourceImpl.java	(working copy)
@@ -55,7 +55,7 @@
     }
 
     public FileResourceImpl(String name) {
-        super(name, "local", new ServiceContactImpl("localhost"), null);
+        super(name, "local", null, null);
     }
     
     protected FileResourceImpl(String name, String protocol) {



More information about the Swift-commit mailing list