Skip to content

Commit 57afd16

Browse files
author
jossonsmith
committed
Add a missed ";" after "}" in ClazzLoader.checkInteractive and repack j2slib
1 parent 1034fba commit 57afd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/java/lang/ClassLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1515,7 +1515,7 @@ ClazzLoader.checkInteractive = function () {
15151515
}
15161516
}
15171517
}
1518-
}
1518+
};
15191519

15201520
/**
15211521
* This method will be called in almost every *.js generated by Java2Script

0 commit comments

Comments
 (0)