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:
@@ -54,6 +54,6 @@ public abstract class ResourceBundle
|
||||
* Decodes and returns the specified image resource. Returns null if no resource exists at the
|
||||
* specified path.
|
||||
*/
|
||||
public abstract BufferedImage getImageResource (String path, boolean forceFastIO)
|
||||
public abstract BufferedImage getImageResource (String path, boolean useFastIO)
|
||||
throws IOException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user