Every "case" should have a "break", even the last one.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5972 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -112,6 +112,7 @@ public class MethodProfiler
|
|||||||
for (Map.Entry<String, Result> result : test4.getResults().entrySet()) {
|
for (Map.Entry<String, Result> result : test4.getResults().entrySet()) {
|
||||||
log.info("Results", "name", result.getKey(), "value", result.getValue());
|
log.info("Results", "name", result.getKey(), "value", result.getValue());
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user