fix extra semicolon in decompiled empty blocks IDEA-196314 #843
This commit is contained in:
@@ -236,7 +236,6 @@ public class bd {
|
||||
try {
|
||||
b.update(var0.getBytes(j));
|
||||
} catch (UnsupportedEncodingException var4) {
|
||||
;
|
||||
}
|
||||
|
||||
byte[] var2 = b.digest();
|
||||
@@ -260,7 +259,6 @@ public class bd {
|
||||
try {
|
||||
var2 = (var0 + a).getBytes(j);
|
||||
} catch (UnsupportedEncodingException var9) {
|
||||
;
|
||||
}
|
||||
|
||||
b.update(var2);
|
||||
|
||||
Reference in New Issue
Block a user