@Override is useful. Fixup of #169844 patch.
authorJesse Glick <jglick@netbeans.org>
Fri, 07 Aug 2009 13:08:58 -0400
changeset 812733e538823ff
parent 811 3d6419858e20
child 813 80674ff1e893
child 932 d6fcec6024c6
@Override is useful. Fixup of #169844 patch.
openide.util/test/unit/src/org/openide/util/lookup/NamedServicesLookupTest.java
     1.1 --- a/openide.util/test/unit/src/org/openide/util/lookup/NamedServicesLookupTest.java	Fri Aug 07 16:40:28 2009 +0200
     1.2 +++ b/openide.util/test/unit/src/org/openide/util/lookup/NamedServicesLookupTest.java	Fri Aug 07 13:08:58 2009 -0400
     1.3 @@ -74,25 +74,12 @@
     1.4      // anyway, but the infrastructure to generate the JAR files is useful
     1.5      //
     1.6      
     1.7 -    public void testLoaderSkew() throws Exception {
     1.8 -    }
     1.9 -
    1.10 -    public void testStability() throws Exception {
    1.11 -    }
    1.12 -
    1.13 -    public void testMaskingOfResources() throws Exception {
    1.14 -    }
    1.15 -
    1.16 -    public void testOrdering() throws Exception {
    1.17 -    }
    1.18 -
    1.19 -    public void testNoCallToGetResourceForObjectIssue65124() throws Exception {
    1.20 -    }
    1.21 -
    1.22 -    public void testListenersAreNotifiedWithoutHoldingALockIssue36035() throws Exception {
    1.23 -    }
    1.24 -    
    1.25 -    public void testWrongOrderAsInIssue100320() throws Exception {
    1.26 -    }    
    1.27 +    public @Override void testLoaderSkew() {}
    1.28 +    public @Override void testStability() throws Exception {}
    1.29 +    public @Override void testMaskingOfResources() throws Exception {}
    1.30 +    public @Override void testOrdering() throws Exception {}
    1.31 +    public @Override void testNoCallToGetResourceForObjectIssue65124() throws Exception {}
    1.32 +    public @Override void testSuperTypes() throws Exception {}
    1.33 +    public @Override void testWrongOrderAsInIssue100320() throws Exception {}
    1.34      
    1.35  }