Author: tv
Date: Sun Nov  3 21:03:53 2013
New Revision: 1538449

URL: http://svn.apache.org/r1538449
Log:
Fix JavaDoc

Modified:
    
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/model/Group.java

Modified: 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/model/Group.java
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/model/Group.java?rev=1538449&r1=1538448&r2=1538449&view=diff
==============================================================================
--- 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/model/Group.java
 (original)
+++ 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/model/Group.java
 Sun Nov  3 21:03:53 2013
@@ -592,6 +592,7 @@ public class Group
 
         /**
          * Creates an instance that can be returned by the pool.
+         * @param key the name of the group
          * @return an instance that can be returned by the pool.
          * @throws IntakeException indicates that the group could not be 
retrieved
          */
@@ -602,7 +603,8 @@ public class Group
 
         /**
          * Uninitialize an instance to be returned to the pool.
-         * @param obj the instance to be passivated
+         * @param key the name of the group
+         * @param group the instance to be passivated
          */
         public void passivateObject(String key, Group group)
         {


Reply via email to