Author: ruschein
Date: 2010-12-07 12:26:39 -0800 (Tue, 07 Dec 2010)
New Revision: 23112

Modified:
   core3/model-api/trunk/src/main/java/org/cytoscape/model/CyTableManager.java
Log:
Cleanup.

Modified: 
core3/model-api/trunk/src/main/java/org/cytoscape/model/CyTableManager.java
===================================================================
--- core3/model-api/trunk/src/main/java/org/cytoscape/model/CyTableManager.java 
2010-12-07 20:13:57 UTC (rev 23111)
+++ core3/model-api/trunk/src/main/java/org/cytoscape/model/CyTableManager.java 
2010-12-07 20:26:39 UTC (rev 23112)
@@ -1,14 +1,6 @@
-
 /*
  Copyright (c) 2010, The Cytoscape Consortium (www.cytoscape.org)
 
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
  This library is free software; you can redistribute it and/or modify it
  under the terms of the GNU Lesser General Public License as published
  by the Free Software Foundation; either version 2.1 of the License, or
@@ -33,9 +25,9 @@
  along with this library; if not, write to the Free Software Foundation,
  Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 */
-
 package org.cytoscape.model;
 
+
 import java.util.Map;
 import java.util.Set;
 
@@ -45,7 +37,6 @@
  * tables in the system. Should be provided as an OSGi service.
  */
 public interface CyTableManager {
-
        /**
         * Returns a map of table names to tables, which contain the attributes 
         * for the specified network.
@@ -60,16 +51,16 @@
 
        /**
         * Returns a Set of all tables with the specified visibility.
-     * @param includePrivate Whether to include private CyTables
-     * in the list (i.e. all possible CyTables) or not.
-     * @return A Set containing CyTable SUIDs either
-     * including private CyTables (i.e. meaning all possible
-     * CyTables) or just public CyTables.
-     */
+        * @param includePrivate Whether to include private CyTables
+        * in the list (i.e. all possible CyTables) or not.
+        * @return A Set containing CyTable SUIDs either
+        * including private CyTables (i.e. meaning all possible
+        * CyTables) or just public CyTables.
+        */
        Set<CyTable> getAllTables(boolean includePrivate);
 
        /**
-        * Returns the table with teh specified SUID. 
+        * Returns the table with the specified SUID. 
         * @param suid The SUID identifying the CyTable.
         * @return The CyTable identified by the suid. Will return null if a 
CyTable doesn't
         *         exist for the  specified SUID.

-- 
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