This commit is contained in:
Volker 2018-08-03 12:50:12 +02:00
parent ca673d84ee
commit e1fa502b2d

View File

@ -134,7 +134,7 @@ class BranchManger {
// while(condition) {
// ....
// }
// will be compiled from Java to:
// will be compiled from Eclipse compiler 4.7 to:
// GOTO CONDITION:
// START:
// ....