Skip to content

Commit 825b51d

Browse files
authored
Update palantir-java-format/src/main/java/com/palantir/javaformat/java/RemoveUnusedImports.java
1 parent add336a commit 825b51d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

palantir-java-format/src/main/java/com/palantir/javaformat/java/RemoveUnusedImports.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ private static JCCompilationUnit parse(Context context, String javaInput) {
248248
try (JavacFileManager fileManager = new JavacFileManager(context, true, UTF_8)) {
249249
fileManager.setLocation(StandardLocation.PLATFORM_CLASS_PATH, ImmutableList.of());
250250
} catch (IOException e) {
251-
// impossible
252251
throw new IOError(e);
253252
}
254253
SimpleJavaFileObject source = new SimpleJavaFileObject(URI.create("source"), JavaFileObject.Kind.SOURCE) {

0 commit comments

Comments
 (0)