Browse Source

checkstzle found somethıng useful

Eren Yilmaz 6 năm trước cách đây
mục cha
commit
055d5009a0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/algorithms/animated/bk/BKNodePlacement.java

+ 1 - 0
src/algorithms/animated/bk/BKNodePlacement.java

@@ -82,6 +82,7 @@ public class BKNodePlacement extends AnimatedAlgorithm {
 		case LAYOUT1:
 			if( layouts[ 0 ].backwardStep() == StageStatus.FINISHED )
 				state = State.CONFLICTS;
+			break;
 		case LAYOUT2:
 			if( layouts[ 1 ].backwardStep() == AlgorithmStage.StageStatus.FINISHED )
 				state = State.LAYOUT1;