* just to be on the save side

This commit is contained in:
Reinhard Pointner 2012-12-16 13:25:40 +00:00
parent cfb06a5bac
commit 9944693316
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class GVFS {
public static boolean isSupported() { public static boolean isSupported() {
try { try {
return Platform.isLinux() || Platform.isFreeBSD(); return Platform.isLinux() || Platform.isFreeBSD();
} catch (Exception e) { } catch (Throwable e) {
return false; return false;
} }
} }