You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cz...@apache.org on 2003/03/17 10:25:27 UTC

cvs commit: avalon-excalibur/store/src/java/org/apache/excalibur/store/impl JispStringKey.java

cziegeler    2003/03/17 01:25:27

  Modified:    store/src/java/org/apache/excalibur/store/impl
                        JispStringKey.java
  Log:
  Making the key public
  
  Revision  Changes    Path
  1.4       +2 -2      avalon-excalibur/store/src/java/org/apache/excalibur/store/impl/JispStringKey.java
  
  Index: JispStringKey.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/store/src/java/org/apache/excalibur/store/impl/JispStringKey.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JispStringKey.java	25 Feb 2003 16:28:23 -0000	1.3
  +++ JispStringKey.java	17 Mar 2003 09:25:27 -0000	1.4
  @@ -21,7 +21,7 @@
    * @author <a href="mailto:g-froehlich@gmx.de">Gerhard Froehlich</a>
    * @version CVS $Id$
    */
  -final class JispStringKey extends KeyObject {
  +final public class JispStringKey extends KeyObject {
       final static long serialVersionUID = -6894793231339165076L;
       private String m_Key;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org