Too long line
authorJaroslav Tulach <jtulach@netbeans.org>
Wed, 29 Oct 2008 18:10:24 +0100
changeset 2896f81ee6b914e
parent 288 0f2e5a6ddbe5
child 290 f1828e0123fe
Too long line
samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java
     1.1 --- a/samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java	Wed Oct 29 17:41:37 2008 +0100
     1.2 +++ b/samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java	Wed Oct 29 18:10:24 2008 +0100
     1.3 @@ -90,7 +90,8 @@
     1.4          {
     1.5              Object val = factory();
     1.6          }
     1.7 -        assertNotGC("Surprisingly this variable cannot be GCed, even val is out of scope!!!!", cache);
     1.8 +        assertNotGC("Surprisingly this variable cannot be GCed, " +
     1.9 +                "even val is out of scope!!!!", cache);
    1.10      }
    1.11  // END: compiler.surprises.scope
    1.12