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:
Ray Greenwell
2009-09-24 21:17:15 +00:00
parent ea49d70129
commit c42cb490cf
@@ -112,6 +112,7 @@ public class MethodProfiler
for (Map.Entry<String, Result> result : test4.getResults().entrySet()) {
log.info("Results", "name", result.getKey(), "value", result.getValue());
}
break;
}
}