diff --git a/src/java/com/threerings/resource/ResourceManager.java b/src/java/com/threerings/resource/ResourceManager.java index 52d3aa27..61020e29 100644 --- a/src/java/com/threerings/resource/ResourceManager.java +++ b/src/java/com/threerings/resource/ResourceManager.java @@ -95,7 +95,7 @@ import static com.threerings.resource.Log.log; *

All resource set definitions are prefixed with resource.set. and all text * following that string is considered to be the name of the resource set. The resource set named * default is the default resource set and is the one that is searched for resources - * is a call to {@link #getResource}. + * is a call to {@link #getResource(String)}. * *

When a resource is loaded from a resource set, the set is searched in the order that entries * are specified in the definition.