Update DriveListUtils.java

This commit is contained in:
Joe Ho 2019-07-01 13:38:37 -04:00
parent 061c07f14e
commit e795af5537

View File

@ -80,7 +80,6 @@ public final class DriveListUtils {
int rc = p.waitFor(); int rc = p.waitFor();
return rc == 0; return rc == 0;
} catch(IOException | InterruptedException e) { } catch(IOException | InterruptedException e) {
// throw new IllegalStateException("Unable to run 'net use' on " + driveLetter, e);
return false; // assume not a network drive return false; // assume not a network drive
} }
} }