You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2004/08/09 09:39:55 UTC

cvs commit: db-ojb/src/java/org/apache/ojb/broker PBKey.java

arminw      2004/08/09 00:39:55

  Modified:    src/java/org/apache/ojb/broker PBKey.java
  Log:
  restore javadoc, ASL 2.0 conversion remove it
  
  Revision  Changes    Path
  1.12      +12 -1     db-ojb/src/java/org/apache/ojb/broker/PBKey.java
  
  Index: PBKey.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/java/org/apache/ojb/broker/PBKey.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- PBKey.java	11 Jun 2004 19:01:47 -0000	1.11
  +++ PBKey.java	9 Aug 2004 07:39:55 -0000	1.12
  @@ -16,9 +16,20 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  +
  +/**
  + * A immutable key to identify PB instances in pools, ...
  + * <br>
  + * The used <i>jcdAlias</i> name represents an alias for a connection
  + * defined in the repository file.
  + *
  + * @author <a href="mailto:armin@codeAuLait.de">Armin Waibel</a>
  + * @version $Id$
  + */
   public class PBKey implements Cloneable, Serializable
   {
  -	static final long serialVersionUID = -8858811398162391578L;    private final String jcdAlias;
  +	static final long serialVersionUID = -8858811398162391578L;
  +    private final String jcdAlias;
       private final String user;
       private final String password;
       private int hashCode;
  
  
  

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