mirror of
https://github.com/xerial/snappy-java.git
synced 2025-06-30 18:54:29 +02:00
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…
x
Reference in New Issue
Block a user