Author: reto
Date: Mon Feb 28 18:26:00 2011
New Revision: 1075469

URL: http://svn.apache.org/viewvc?rev=1075469&view=rev
Log:
improved comment

Modified:
    
incubator/clerezza/trunk/parent/platform.users/core/src/main/scala/org/apache/clerezza/platform/users/WebDescriptionProvider.scala

Modified: 
incubator/clerezza/trunk/parent/platform.users/core/src/main/scala/org/apache/clerezza/platform/users/WebDescriptionProvider.scala
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.users/core/src/main/scala/org/apache/clerezza/platform/users/WebDescriptionProvider.scala?rev=1075469&r1=1075468&r2=1075469&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/parent/platform.users/core/src/main/scala/org/apache/clerezza/platform/users/WebDescriptionProvider.scala
 (original)
+++ 
incubator/clerezza/trunk/parent/platform.users/core/src/main/scala/org/apache/clerezza/platform/users/WebDescriptionProvider.scala
 Mon Feb 28 18:26:00 2011
@@ -74,8 +74,8 @@ class WebDescriptionProvider {
        /**
         *
         * @param uri the URI to fetch
-        * @param should the local graph be updated if need be
-        * @return GraphNode the cached Node
+        * @param update true if the local cache is to be updated, false 
otherwise
+        * @return the cached Node as GraphNode with the 
authoritativeLocalGraphUnion and if available the cache of the remote graph as 
underlying graph
         */
        def getWebDescription(uri: UriRef, update: Boolean): GraphNode = {
                


Reply via email to