Author: azeez
Date: Tue Feb  5 02:00:25 2008
New Revision: 13261

Log:

Formatting



Modified:
   
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/Registry.java

Modified: 
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/Registry.java
==============================================================================
--- 
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/Registry.java
    (original)
+++ 
branches/registry/1_0/modules/core/src/main/java/org/wso2/registry/Registry.java
    Tue Feb  5 02:00:25 2008
@@ -22,7 +22,9 @@
 import java.util.Date;
 import java.util.Map;
 
-/** API for the Registry. Java applications should use this API to access the 
registry. */
+/**
+ * API for the Registry. Java applications should use this API to access the 
registry.
+ */
 public interface Registry extends CoreRegistry {
 
     /**
@@ -31,13 +33,14 @@
      * @param suggestedPath path where we'd like to add the new resource. 
Although this path is
      *                      specified by the caller of the method, resource 
may not be actually
      *                      added to this path.
-     * @param sourceURL where to fetch the resource content
-     * @param metadata a template Resource
+     * @param sourceURL     where to fetch the resource content
+     * @param metadata      a template Resource
      * @return actual path to which the resource is added
      * @throws RegistryException
      */
-    String importResource(String suggestedPath, String sourceURL, Resource 
metadata)
-            throws RegistryException;
+    String importResource(String suggestedPath,
+                          String sourceURL,
+                          Resource metadata) throws RegistryException;
 
     /**
      * Deletes the resource in the given path. If the path refers to a 
directory, all child
@@ -54,7 +57,7 @@
      * resource 2) add the resource to the new location.
      *
      * @param currentPath current path of the resource
-     * @param newPath where we'd like to move the reosurce
+     * @param newPath     where we'd like to move the reosurce
      * @return the actual path for the new resource
      * @throws RegistryException : If something went wrong
      */
@@ -140,7 +143,7 @@
      * Change the text of an existing comment.
      *
      * @param commentPath path to comment resource ("..foo/r1;comment:1")
-     * @param text new text
+     * @param text        new text
      * @throws RegistryException
      */
     void editComment(String commentPath, String text) throws RegistryException;

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to