Work around a compiler bug by FQing the Log classname we're using.

We can revert these statements when/if that bug gets fixed.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3960 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-18 00:04:34 +00:00
parent 3ecf7e311e
commit add8f3f97c
5 changed files with 10 additions and 11 deletions
@@ -32,7 +32,7 @@ public class ArrayStreamer extends Streamer
_isFinal = ClassUtil.isFinal(_elementType);
} else {
Log.warning("Other array types are currently not handled yet " +
com.threerings.presents.Log.warning("Other array types are currently not handled yet " +
"[jname=" + jname + "].");
throw new Error("Unimplemented bit");
}