Skip to content
Snippets Groups Projects
Commit fd0ab202 authored by tcarver's avatar tcarver
Browse files

change visibility of getImageFormats()

parent a47b1577
No related branches found
No related tags found
No related merge requests found
......@@ -426,7 +426,7 @@ public class PrintArtemis extends ScrollPanel implements Printable
f.setVisible(true);
}
private String[] getImageFormats()
protected static String[] getImageFormats()
{
final String fmts[] = javax.imageio.ImageIO.getWriterFormatNames();
final String tmpFmts[] = new String[fmts.length+1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment