mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-27 13:36:33 +00:00
Remove unused
This commit is contained in:
parent
ed897b2450
commit
1f297c969c
@ -206,13 +206,13 @@ public class EmptyPropertiesTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testLoadFromXML() throws IOException {
|
||||
public void testLoadFromXML() {
|
||||
assertThrows(UnsupportedOperationException.class,
|
||||
() -> PropertiesFactory.EMPTY_PROPERTIES.loadFromXML(new ByteArrayInputStream(ArrayUtils.EMPTY_BYTE_ARRAY)));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testLoadInputStream() throws IOException {
|
||||
public void testLoadInputStream() {
|
||||
assertThrows(UnsupportedOperationException.class, () -> PropertiesFactory.EMPTY_PROPERTIES.load(new ByteArrayInputStream(ArrayUtils.EMPTY_BYTE_ARRAY)));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user