Wrong English in method name
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 17 Oct 2008 09:23:37 +0200
changeset 28473477ff04378
parent 283 f6369ddf822c
child 285 321b25b8f6f8
Wrong English in method name
samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java
     1.1 --- a/samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java	Fri Oct 17 09:01:08 2008 +0200
     1.2 +++ b/samples/gc/test/org/apidesign/gc/CompilerSurprisesTest.java	Fri Oct 17 09:23:37 2008 +0200
     1.3 @@ -74,7 +74,7 @@
     1.4  // END: compiler.surprises.fix.init
     1.5  
     1.6  // BEGIN: compiler.surprises.fix.final
     1.7 -    @Test public void properUsingFinalFixesTheProblem() {
     1.8 +    @Test public void properUseOfFinalFixesTheProblem() {
     1.9          final String retValue;
    1.10          if (yes) {
    1.11              retValue = factory();