Comment tweak.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5366 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-09-11 21:02:55 +00:00
parent 059e7f760d
commit 3be8caecca
+1 -1
View File
@@ -54,7 +54,7 @@ import flash.utils.Dictionary;
*
* Important notes:
* - make your class final
* - create a constructor that merely calls super
* - create a constructor that calls super(name)
* - declare your enum constants const, and with the same String as their name.
* - call finishedEnumerating() at the end of your constants.
* - your enum objects should be immutable