Forgot to commit registerImageIOSpis change
From-SVN: r94707
This commit is contained in:
parent
6871294ad8
commit
c0d0afeed4
@ -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)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user