Skip to content

Commit e470f1b

Browse files
Michael5601laeubi
andauthored
Update bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/ImageLoader.java
Co-authored-by: Christoph Läubrich <[email protected]>
1 parent 995203f commit e470f1b

File tree

1 file changed

+1
-1
lines changed
  • bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics

1 file changed

+1
-1
lines changed

bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/ImageLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public ImageData[] load(InputStream stream) {
168168
* <li>ERROR_NULL_ARGUMENT - if the file name is null</li>
169169
* </ul>
170170
* @exception SWTException <ul>
171-
* <li>ERROR_IO - if an IO error occurs while reading from the file or closing the stream fails</li>
171+
* <li>ERROR_IO - if an IO error occurs while reading the file</li>
172172
* <li>ERROR_INVALID_IMAGE - if the image file contains invalid data</li>
173173
* <li>ERROR_UNSUPPORTED_FORMAT - if the image file contains an unrecognized format</li>
174174
* </ul>

0 commit comments

Comments
 (0)