fix extra semicolon in decompiled empty blocks IDEA-196314 #843

This commit is contained in:
temp1011
2018-07-31 13:26:13 +03:00
committed by Egor Ushakov
parent 8824c20cbb
commit 02fdbec132
13 changed files with 160 additions and 75 deletions

View File

@@ -150,7 +150,6 @@ public class bc extends DefaultHandler {
var4.setContentHandler(this);
var4.parse(new InputSource(var1));
} catch (a_ var8) {
;
} finally {
var1.close();
}