Forgot to commit registerImageIOSpis change

From-SVN: r94707
This commit is contained in:
Anthony Green 2005-02-07 17:12:24 +00:00
parent 6871294ad8
commit c0d0afeed4
1 changed files with 9 additions and 0 deletions

View File

@ -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)
{
}
}