Local variable never read.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@581 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -60,7 +60,8 @@ public class BundledComponentRepositoryTest extends TestCase
|
|||||||
|
|
||||||
Iterator iter = repo.enumerateComponentClasses();
|
Iterator iter = repo.enumerateComponentClasses();
|
||||||
while (iter.hasNext()) {
|
while (iter.hasNext()) {
|
||||||
ComponentClass cclass = (ComponentClass)iter.next();
|
// ComponentClass cclass = (ComponentClass)
|
||||||
|
iter.next();
|
||||||
// System.out.println("IDs [" + cclass + "]: " +
|
// System.out.println("IDs [" + cclass + "]: " +
|
||||||
// StringUtil.toString(
|
// StringUtil.toString(
|
||||||
// repo.enumerateComponentIds(cclass)));
|
// repo.enumerateComponentIds(cclass)));
|
||||||
|
|||||||
Reference in New Issue
Block a user