Fixes #54. Make Snappy.cleanUp() function public.

This commit is contained in:
Taro L. Saito 2013-10-17 10:21:25 +09:00
parent 5e1316389d
commit b1e1c00733
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class Snappy
* This method is useful when using a J2EE container, which will restart servlet containers multiple times without
* restarting JVM.
*/
static void cleanUp() {
public static void cleanUp() {
SnappyLoader.cleanUpExtractedNativeLib();
SnappyLoader.setApi(null);
}