Add comment for potentially non-obvious behavior

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5844 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Tom Conkling
2009-07-02 19:14:55 +00:00
parent 97befada23
commit 3eb6ee2a4f
+2
View File
@@ -31,6 +31,8 @@ public class ClassUtil
{
/**
* Get the full class name, e.g. "com.threerings.util.ClassUtil".
* Calling getClassName with a Class object will return the same value as calling it with an
* instance of that class. That is, getClassName(Foo) == getClassName(new Foo()).
*/
public static function getClassName (obj :Object) :String
{