mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +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
|
||||
* restarting JVM.
|
||||
*/
|
||||
static void cleanUp() {
|
||||
public static void cleanUp() {
|
||||
SnappyLoader.cleanUpExtractedNativeLib();
|
||||
SnappyLoader.setApi(null);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user