--- jsr166/src/test/loops/SetBash.java 2009/11/02 23:42:46 1.3 +++ jsr166/src/test/loops/SetBash.java 2009/11/02 23:51:32 1.4 @@ -92,7 +92,7 @@ public class SetBash { static Set newSet(Class cl, boolean synch) { try { - Set s = (Set)cl.newInstance(); + Set s = (Set) cl.newInstance(); if (synch) s = Collections.synchronizedSet(s); if (!s.isEmpty())