From a431ffa3a346b21a9e6fe1b7f8da0d3dcd6363aa Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Fri, 5 Dec 2008 23:20:37 +0000 Subject: [PATCH] And while I'm in there, let's qualify that reference so my javadoc parsing doesn't spit an error. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@731 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/java/com/threerings/resource/ResourceManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.