You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by cm...@apache.org on 2002/08/07 21:33:39 UTC

cvs commit: jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms StoreContentZip.java

cmlenz      2002/08/07 12:33:39

  Modified:    src/stores/org/apache/slide/store/impl/rdbms
                        StoreContentZip.java
  Log:
  Make the ZIP support class package private
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/StoreContentZip.java
  
  Index: StoreContentZip.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/StoreContentZip.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- StoreContentZip.java	7 Aug 2002 18:49:49 -0000	1.1
  +++ StoreContentZip.java	7 Aug 2002 19:33:39 -0000	1.2
  @@ -83,7 +83,7 @@
    * @version $Revision$
    */
   
  -public class StoreContentZip {
  +class StoreContentZip {
   
   	protected static final int ZIP_BUFFER = 2048;
   	private long contentLength	= 0;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>