mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 11:34:55 +00:00
Fix Checkstyle issue.
This commit is contained in:
parent
fb56d81ec2
commit
0013a996d2
@ -142,7 +142,7 @@ public void testSerialization() throws IOException, ClassNotFoundException, Prop
|
||||
|
||||
//serialize:
|
||||
final ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
|
||||
try (final ObjectOutputStream objectOutputStream = new ObjectOutputStream(outputStream)) {
|
||||
try (ObjectOutputStream objectOutputStream = new ObjectOutputStream(outputStream)) {
|
||||
objectOutputStream.writeObject(listenerSupport);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user