From 1ae20e2581481d7684deb0b1c6e7c77ae4f062ea Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 8 Jun 2015 09:29:17 +0200 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index ed4fe0a..7e714e1 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -96,6 +96,7 @@ public class TestingList extends Panel { if (deviceName.equals(jTable1.getValueAt(rowD, colD))) { bDeviceFound = true; + break; } } } @@ -106,6 +107,7 @@ public class TestingList extends Panel { if (testName.equals(jTable1.getValueAt(rowD, colT))) { bTestFound = true; + break; } } }