LDAP-258: General Java 5/6 cleanup throughout the code base.

This commit is contained in:
Mattias Hellborg Arthursson
2013-09-09 08:27:07 +02:00
parent 8d6587e5db
commit e93ee9cf6a
44 changed files with 347 additions and 391 deletions

View File

@@ -174,7 +174,7 @@ public class DirContextAdapterTest {
tested.getStringAttributes("abc");
fail("ClassCastException expected");
}
catch (ArrayStoreException expected) {
catch (IllegalArgumentException expected) {
assertTrue(true);
}
}