Rename parameters to reflect reality.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@324 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -93,10 +93,10 @@ public class FileResourceBundle extends ResourceBundle
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override // from ResourceBundle
|
@Override // from ResourceBundle
|
||||||
public BufferedImage getImageResource (String path, boolean forceFastIO)
|
public BufferedImage getImageResource (String path, boolean useFastIO)
|
||||||
throws IOException
|
throws IOException
|
||||||
{
|
{
|
||||||
return ResourceManager.loadImage(getResourceFile(path), forceFastIO);
|
return ResourceManager.loadImage(getResourceFile(path), useFastIO);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -54,6 +54,6 @@ public abstract class ResourceBundle
|
|||||||
* Decodes and returns the specified image resource. Returns null if no resource exists at the
|
* Decodes and returns the specified image resource. Returns null if no resource exists at the
|
||||||
* specified path.
|
* specified path.
|
||||||
*/
|
*/
|
||||||
public abstract BufferedImage getImageResource (String path, boolean forceFastIO)
|
public abstract BufferedImage getImageResource (String path, boolean useFastIO)
|
||||||
throws IOException;
|
throws IOException;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user