You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2003/11/22 04:26:50 UTC

cvs commit: jakarta-jmeter/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/util ConnectionObject.java

sebb        2003/11/21 19:26:49

  Modified:    src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/util
                        ConnectionObject.java
  Log:
  Fixing Javadoc wanings
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-jmeter/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/util/ConnectionObject.java
  
  Index: ConnectionObject.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/util/ConnectionObject.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ConnectionObject.java	28 Aug 2003 23:07:16 -0000	1.5
  +++ ConnectionObject.java	22 Nov 2003 03:26:49 -0000	1.6
  @@ -88,8 +88,9 @@
       
       /**
        * Constructor - takes a connection object.
  -     * @param man DBConnectionManager object.
  +     * 
        * @param k DBKey object.
  +     * @param maxUsage 
        */
       public ConnectionObject(DBKey k, int maxUsage) throws SQLException
       {
  @@ -264,7 +265,6 @@
       /**
        * Resets the use count, the last accessed time, and the in Use values
        * and replaces the old connection object with the new one.
  -     * @param c new connection object to set to
        */
       public void reset() throws SQLException
       {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org