openide.util/test/unit/src/org/openide/util/lookup/ExcludingLookupTest.java
changeset 833 0e00857c5827
parent 829 3b2ed3e1f01b
     1.1 --- a/openide.util/test/unit/src/org/openide/util/lookup/ExcludingLookupTest.java	Fri Sep 25 14:02:54 2009 +0200
     1.2 +++ b/openide.util/test/unit/src/org/openide/util/lookup/ExcludingLookupTest.java	Fri Oct 09 15:11:13 2009 -0400
     1.3 @@ -46,6 +46,7 @@
     1.4  
     1.5  /** Runs all NbLookupTest tests on ProxyLookup and adds few additional.
     1.6   */
     1.7 +@SuppressWarnings("unchecked") // XXX ought to be corrected, just a lot of them
     1.8  public class ExcludingLookupTest extends AbstractLookupBaseHid
     1.9  implements AbstractLookupBaseHid.Impl {
    1.10      public ExcludingLookupTest(java.lang.String testName) {