LDAP-258: General Java 5/6 cleanup throughout the code base.
This commit is contained in:
@@ -174,7 +174,7 @@ public class DirContextAdapterTest {
|
||||
tested.getStringAttributes("abc");
|
||||
fail("ClassCastException expected");
|
||||
}
|
||||
catch (ArrayStoreException expected) {
|
||||
catch (IllegalArgumentException expected) {
|
||||
assertTrue(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user