Author: mes
Date: 2010-11-05 18:39:48 -0700 (Fri, 05 Nov 2010)
New Revision: 22752

Modified:
   core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java
   
core3/property-api/trunk/src/main/java/org/cytoscape/property/bookmark/BookmarksUtil.java
Log:
fixed style issues

Modified: 
core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java
===================================================================
--- 
core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java   
    2010-11-06 01:22:53 UTC (rev 22751)
+++ 
core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java   
    2010-11-06 01:39:48 UTC (rev 22752)
@@ -14,5 +14,5 @@
         * Return a property object
         * @return A property object of type P.
         */
-       public P getProperties();
+       P getProperties();
 }

Modified: 
core3/property-api/trunk/src/main/java/org/cytoscape/property/bookmark/BookmarksUtil.java
===================================================================
--- 
core3/property-api/trunk/src/main/java/org/cytoscape/property/bookmark/BookmarksUtil.java
   2010-11-06 01:22:53 UTC (rev 22751)
+++ 
core3/property-api/trunk/src/main/java/org/cytoscape/property/bookmark/BookmarksUtil.java
   2010-11-06 01:39:48 UTC (rev 22752)
@@ -13,8 +13,7 @@
         * @param categoryName
         * @return
         */
-       public List<DataSource> getDataSourceList(String categoryName,
-                       List<Category> categoryList);
+       List<DataSource> getDataSourceList(String categoryName, List<Category> 
categoryList);
 
        /**
         * Select specific category from a list of categories.
@@ -23,7 +22,7 @@
         * @param categoryList
         * @return
         */
-       public Category getCategory(String categoryName, List<Category> 
categoryList);
+       Category getCategory(String categoryName, List<Category> categoryList);
 
        /**
         * Given the attribute name, return the value in a bookmark 
@@ -33,7 +32,7 @@
         * 
         * @return The value related to the attribute name
         */
-       public String getAttribute(DataSource source, String attrName);
+       String getAttribute(DataSource source, String attrName); 
 
        /**
         * Store a bookmark object in bookmarks object
@@ -42,7 +41,7 @@
         * @param pCategoryName category name
         * @param pDataSource a single bookmark
         */
-       public void saveBookmark(Bookmarks pBookmarks, String pCategoryName,
+       void saveBookmark(Bookmarks pBookmarks, String pCategoryName,
                        DataSource pDataSource);
 
        /**
@@ -56,8 +55,7 @@
         * 
         * @return True if the bookmark is deleted successfully, False 
otherwise.
         */
-       public boolean deleteBookmark(Bookmarks pBookmarks, String 
pCategoryName,
-                       DataSource pDataSource);
+       boolean deleteBookmark(Bookmarks pBookmarks, String pCategoryName, 
DataSource pDataSource);
 
        /**
         * Check if a bookmark is in the bookmarks.
@@ -68,7 +66,6 @@
         * 
         * @return True if the bookmark is in bookmarks, False otherwise
         */
-       public boolean isInBookmarks(Bookmarks pBookmarks, String pCategoryName,
-                       DataSource pDataSource);
+       boolean isInBookmarks(Bookmarks pBookmarks, String pCategoryName, 
DataSource pDataSource);
 
-}
\ No newline at end of file
+}

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to