You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2011/07/08 23:02:28 UTC

svn commit: r1144512 - /incubator/clerezza/trunk/parent/platform.graphnodeprovider/src/main/scala/org/apache/clerezza/platform/graphnodeprovider/GraphNodeProvider.scala

Author: reto
Date: Fri Jul  8 21:02:27 2011
New Revision: 1144512

URL: http://svn.apache.org/viewvc?rev=1144512&view=rev
Log:
replaced use of deprecated constant field

Modified:
    incubator/clerezza/trunk/parent/platform.graphnodeprovider/src/main/scala/org/apache/clerezza/platform/graphnodeprovider/GraphNodeProvider.scala

Modified: incubator/clerezza/trunk/parent/platform.graphnodeprovider/src/main/scala/org/apache/clerezza/platform/graphnodeprovider/GraphNodeProvider.scala
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.graphnodeprovider/src/main/scala/org/apache/clerezza/platform/graphnodeprovider/GraphNodeProvider.scala?rev=1144512&r1=1144511&r2=1144512&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.graphnodeprovider/src/main/scala/org/apache/clerezza/platform/graphnodeprovider/GraphNodeProvider.scala (original)
+++ incubator/clerezza/trunk/parent/platform.graphnodeprovider/src/main/scala/org/apache/clerezza/platform/graphnodeprovider/GraphNodeProvider.scala Fri Jul  8 21:02:27 2011
@@ -86,7 +86,7 @@ class GraphNodeProvider extends Logging 
 			uri.getScheme+"://"+uri.getAuthority
 		}
 
-		val anyHostUri = new UriRef(Constants.ALL_HOSTS_URI_PREFIX + uriPath)
+		val anyHostUri = new UriRef(Constants.URN_LOCAL_INSTANCE + uriPath)
 
 		var mGraphs: List[TripleCollection] = Nil