Fix tabbing.... Please fix your editors so they do tabbing correctly!!! (Spaces...
[IRC.git] / Robust / src / Analysis / Prefetch / PairMap.java
index 905fd8012d282895ce25ebc533991ac6c99d9cd5..e29b217eecec5c31ee0782882a5379fab27407f4 100644 (file)
@@ -56,7 +56,7 @@ public class PairMap {
     Set mapping = mappair.entrySet();
     Iterator it = mapping.iterator();
     label = "Mappings are:  ";
-    for(; it.hasNext();) {
+    for(; it.hasNext(); ) {
       Object o = it.next();
       label += o.toString() + " , ";
     }