--- jsr166/src/test/jtreg/util/Vector/IllegalConstructorArgs.java 2009/09/01 01:27:33 1.1 +++ jsr166/src/test/jtreg/util/Vector/IllegalConstructorArgs.java 2010/09/01 20:12:39 1.2 @@ -50,8 +50,8 @@ public class IllegalConstructorArgs { testSucceeded =0; } - if(testSucceeded == 0) - throw new RuntimeException("Wrong exception thrown."); + if (testSucceeded == 0) + throw new RuntimeException("Wrong exception thrown."); }