Fixed javadoc comment.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2024 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ClientDObjectMgr.java,v 1.17 2002/09/23 18:19:07 mdb Exp $
|
// $Id: ClientDObjectMgr.java,v 1.18 2002/12/04 22:04:46 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.presents.client;
|
package com.threerings.presents.client;
|
||||||
|
|
||||||
@@ -377,7 +377,7 @@ public class ClientDObjectMgr
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/** The modifiers for our dump table debug hook (Ctrl+Alt). */
|
/** The modifiers for our dump table debug hook (Alt+Shift). */
|
||||||
protected static int DUMP_OTABLE_MODMASK =
|
protected static int DUMP_OTABLE_MODMASK =
|
||||||
KeyEvent.ALT_DOWN_MASK|KeyEvent.SHIFT_DOWN_MASK;
|
KeyEvent.ALT_DOWN_MASK|KeyEvent.SHIFT_DOWN_MASK;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user