Expose getColorRecord() as it is needed externally.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3955 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -372,7 +372,7 @@ public class ColorPository implements Serializable
|
|||||||
/**
|
/**
|
||||||
* Looks up the requested color record.
|
* Looks up the requested color record.
|
||||||
*/
|
*/
|
||||||
protected ColorRecord getColorRecord (int classId, int colorId)
|
public ColorRecord getColorRecord (int classId, int colorId)
|
||||||
{
|
{
|
||||||
ClassRecord record = (ClassRecord)_classes.get(classId);
|
ClassRecord record = (ClassRecord)_classes.get(classId);
|
||||||
if (record == null) {
|
if (record == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user