Author: nextgens
Date: 2008-09-29 18:35:24 +0000 (Mon, 29 Sep 2008)
New Revision: 22886
Modified:
trunk/freenet/src/freenet/client/Metadata.java
Log:
even better this way
Modified: trunk/freenet/src/freenet/client/Metadata.java
===================================================================
--- trunk/freenet/src/freenet/client/Metadata.java 2008-09-29 18:34:33 UTC
(rev 22885)
+++ trunk/freenet/src/freenet/client/Metadata.java 2008-09-29 18:35:24 UTC
(rev 22886)
@@ -78,7 +78,7 @@
/** Compressed splitfile codec */
short compressionCodec = -1;
public static final short COMPRESS_GZIP =
COMPRESSOR_TYPE.GZIP.metadataID;
- public static final short COMPRESS_BZIP2 = 1;
//COMPRESSOR_TYPE.BZIP2.metadataID
+ public static final short COMPRESS_BZIP2 =
COMPRESSOR_TYPE.BZIP2.metadataID;
/** The length of the splitfile */
long dataLength;