Removed unnecessary exception call.

This commit is contained in:
nsingh
2018-06-13 16:49:42 -07:00
parent c74b642f9a
commit f71989b174

View File

@@ -118,7 +118,6 @@ public class STS4LanguageClientImpl extends LanguageClientImpl implements STS4La
}
}
} catch (Exception e) {
e.getCause();
//ignore reflection errors
}
}