commenting

This commit is contained in:
Taro L. Saito 2013-07-02 10:10:25 +09:00
parent 26acd403ba
commit 88275fb846
1 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@ package org.xerial.snappy;
import java.io.IOException; import java.io.IOException;
import java.io.UnsupportedEncodingException; import java.io.UnsupportedEncodingException;
import java.lang.ExceptionInInitializerError;
import java.net.URL; import java.net.URL;
import java.nio.ByteBuffer; import java.nio.ByteBuffer;
import java.nio.charset.Charset; import java.nio.charset.Charset;
@ -35,7 +34,7 @@ import java.util.Properties;
/** /**
* Snappy API for data compression/decompression * Snappy API for data compression/decompression
* *
* Note: if the native libraries cannot be loaded, then an ExceptionInInitializerError * Note: if the native libraries cannot be loaded, an ExceptionInInitializerError
* will be thrown at first use of this class. * will be thrown at first use of this class.
* *
* @author leo * @author leo