That should be private.
If it's public, we try to shadow it in a subclass & wind up still getting THIS one. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@929 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -37,8 +37,6 @@ import com.threerings.util.StringUtil;
|
|||||||
public class SparseMisoSceneModel_Section extends SimpleStreamableObject
|
public class SparseMisoSceneModel_Section extends SimpleStreamableObject
|
||||||
implements Cloneable
|
implements Cloneable
|
||||||
{
|
{
|
||||||
public static const log :Log = Log.getLog(SparseMisoSceneModel_Section);
|
|
||||||
|
|
||||||
/** The tile coordinate of our upper leftmost tile. */
|
/** The tile coordinate of our upper leftmost tile. */
|
||||||
public var x :int;
|
public var x :int;
|
||||||
public var y :int;
|
public var y :int;
|
||||||
@@ -261,5 +259,7 @@ public class SparseMisoSceneModel_Section extends SimpleStreamableObject
|
|||||||
out.writeField(objectYs);
|
out.writeField(objectYs);
|
||||||
out.writeField(objectInfo);
|
out.writeField(objectInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static const log :Log = Log.getLog(SparseMisoSceneModel_Section);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,8 +28,6 @@ import com.threerings.util.Log;
|
|||||||
*/
|
*/
|
||||||
public class ObjectSet
|
public class ObjectSet
|
||||||
{
|
{
|
||||||
public static const log :Log = Log.getLog(ObjectSet);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Inserts the supplied object into the set.
|
* Inserts the supplied object into the set.
|
||||||
*
|
*
|
||||||
@@ -156,5 +154,7 @@ public class ObjectSet
|
|||||||
|
|
||||||
/** Our sorted array of objects. */
|
/** Our sorted array of objects. */
|
||||||
protected var _objs :Array = new Array();
|
protected var _objs :Array = new Array();
|
||||||
|
|
||||||
|
private static const log :Log = Log.getLog(ObjectSet);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user