new fortune, fixed warnings
[feisty_meow.git] / kona / src / org / gffs / io / IOUtils.java
index b71bac17daa9dfb77dec9a726b0a76b52702b451..daa9c423449bb93a586ebd51aeb05b976222fa68 100644 (file)
@@ -19,7 +19,7 @@ public class IOUtils
 
        static final private int BUFFER_SIZE = 1024 * 8;
 
-       static private final int COPY_SIZE = 1024 * 8;
+//     static private final int COPY_SIZE = 1024 * 8;
 
        static public void copy(InputStream in, OutputStream out) throws IOException
        {