Comment change so that I can check it in with the right umask.. grr.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3370 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -83,7 +83,7 @@ public class PresentsDObjectMgr
|
||||
_defaultController = controller;
|
||||
|
||||
// switch all objects from the old default (null, usually)
|
||||
// to the new default
|
||||
// to the new default.
|
||||
for (Iterator itr = _objects.elements(); itr.hasNext(); ) {
|
||||
DObject obj = (DObject) itr.next();
|
||||
if (oldDefault == obj.getAccessController()) {
|
||||
|
||||
Reference in New Issue
Block a user