Fixes #54. Make Snappy.cleanUp() function public.
This commit is contained in:
parent
5e1316389d
commit
b1e1c00733
|
@ -64,7 +64,7 @@ public class Snappy
|
||||||
* This method is useful when using a J2EE container, which will restart servlet containers multiple times without
|
* This method is useful when using a J2EE container, which will restart servlet containers multiple times without
|
||||||
* restarting JVM.
|
* restarting JVM.
|
||||||
*/
|
*/
|
||||||
static void cleanUp() {
|
public static void cleanUp() {
|
||||||
SnappyLoader.cleanUpExtractedNativeLib();
|
SnappyLoader.cleanUpExtractedNativeLib();
|
||||||
SnappyLoader.setApi(null);
|
SnappyLoader.setApi(null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue