Skip to content

Commit e5362da

Browse files
committed
refactor
1 parent 9b30e90 commit e5362da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/internal/SVGRasterizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface SVGRasterizer {
3131
* not be 0.
3232
* @return the {@link ImageData} for the rasterized image, or {@code null} if
3333
* the input is not a valid SVG file or cannot be processed.
34-
* @throws IOException if an error occurs while reading the SVG data.
34+
* @throws IOException
3535
*/
3636
public ImageData[] rasterizeSVG(InputStream stream, int zoom) throws IOException;
3737
}

0 commit comments

Comments
 (0)