Skip to content

Commit b01b5da

Browse files
committed
Helper methods are not needed
1 parent ac5a694 commit b01b5da

File tree

2 files changed

+7
-18
lines changed

2 files changed

+7
-18
lines changed

src/main/java/org/purejava/appindicator/MemoryAllocator.java

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package org.purejava.appindicator;
2+
3+
public class NativeLibUtilities {
4+
public static boolean isLoadedNativeLib() {
5+
return RuntimeHelper.isLoaded();
6+
}
7+
}

0 commit comments

Comments
 (0)