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:
Michael Bayne
2006-03-17 00:56:57 +00:00
parent 8fb271be33
commit 7422b1e986
@@ -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) {