do it the easy way

This commit is contained in:
zzz
2010-12-13 15:28:06 +00:00
parent 2880d61c1b
commit 59af763dcd
2 changed files with 7 additions and 14 deletions

View File

@@ -231,9 +231,10 @@ public class FileUtil {
}
/**
* Public since 0.8.3
* @since 0.8.1
*/
private static boolean isPack200Supported() {
public static boolean isPack200Supported() {
try {
Class.forName("java.util.jar.Pack200", false, ClassLoader.getSystemClassLoader());
return true;