Author: mkirby
Date: 2011-10-08 12:42:30 -0700 (Sat, 08 Oct 2011)
New Revision: 27112

Modified:
   
core3/api/trunk/service-api/src/main/java/org/cytoscape/service/util/AbstractCyActivator.java
Log:
Fixed Javadoc.

Modified: 
core3/api/trunk/service-api/src/main/java/org/cytoscape/service/util/AbstractCyActivator.java
===================================================================
--- 
core3/api/trunk/service-api/src/main/java/org/cytoscape/service/util/AbstractCyActivator.java
       2011-10-08 19:36:56 UTC (rev 27111)
+++ 
core3/api/trunk/service-api/src/main/java/org/cytoscape/service/util/AbstractCyActivator.java
       2011-10-08 19:42:30 UTC (rev 27112)
@@ -72,6 +72,7 @@
        /**
         * A method that attempts to get a service of the specified type. If an 
         * appropriate service is not found, an exception will be thrown.
+        * @param <S> The generic type of the class defining the type of 
service desired.
         * @param bc The BundleContext used to find services.
         * @param serviceClass The class defining the type of service desired.
         * @return A reference to a service of type serviceClass.
@@ -94,6 +95,7 @@
         * A method that attempts to get a service of the specified type and 
that
         * passes the specified filter. If an appropriate service is not found, 
an 
         * exception will be thrown.
+        * @param <S> The generic type of the class defining the type of 
service desired.
         * @param bc The BundleContext used to find services.
         * @param serviceClass The class defining the type of service desired.
         * @param filter The string defining the filter the service must pass.  
See OSGi's 

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