From ea3ff690471b9fe6193318f225222dd17d371c97 Mon Sep 17 00:00:00 2001 From: Fayez Abu Alia Date: Wed, 19 Sep 2018 16:00:55 +0200 Subject: [PATCH] Faculty.jav geaendert --- test/bytecode/javFiles/Faculty.jav | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bytecode/javFiles/Faculty.jav b/test/bytecode/javFiles/Faculty.jav index 1bcddc518..794022ab0 100644 --- a/test/bytecode/javFiles/Faculty.jav +++ b/test/bytecode/javFiles/Faculty.jav @@ -22,7 +22,7 @@ public class Faculty { // return 1; // } - if (x < 2) { + if (x == 1) { return x; } else {