Commit c0d0afee by Anthony Green

Forgot to commit registerImageIOSpis change

From-SVN: r94707
parent 6871294a
......@@ -59,6 +59,7 @@ import java.text.AttributedString;
import java.util.HashMap;
import java.util.Map;
import javax.imageio.spi.IIORegistry;
/**
* An abstract superclass for Classpath toolkits.
......@@ -348,4 +349,12 @@ public abstract class ClasspathToolkit
{
return null;
}
/**
* Used to register ImageIO SPIs provided by the toolkit.
*/
public void registerImageIOSpis(IIORegistry reg)
{
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment