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:
Ray Greenwell
2005-02-26 14:30:52 +00:00
parent 008b9ad896
commit a784ce8a79
@@ -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()) {