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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user