Skip to content

Commit c75d8e3

Browse files
committed
Remove unnecessary null assignment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/imaging/trunk@1661753 13f79535-47bb-0310-9956-ffa450edef68
1 parent 352104a commit c75d8e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/apache/commons/imaging/common/bytesource/ByteSourceImageTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ public void checkGetBufferedImage(final File file, final byte[] bytes) throws Ex
113113
assertTrue(bufferedImage.getHeight() > 0);
114114
final int imageFileWidth = bufferedImage.getWidth();
115115
final int imageFileHeight = bufferedImage.getHeight();
116-
bufferedImage = null;
117116

118117
final BufferedImage imageBytes = Imaging.getBufferedImage(bytes);
119118
assertNotNull(imageBytes);

0 commit comments

Comments
 (0)