Let's do it the Greenwell way and save a compare.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4016 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-04-13 05:33:21 +00:00
parent 6b9700bebc
commit fe8f95b15b
@@ -347,7 +347,7 @@ public class BundledComponentRepository
// if this is a shadow image, no need to freak out as they are
// optional
if (type != null && type.equals(StandardActions.SHADOW_TYPE)) {
if (StandardActions.SHADOW_TYPE.equals(type)) {
return null;
}