From 3be8caeccad8ce5338a043ac9db31f7d22cb3402 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 11 Sep 2008 21:02:55 +0000 Subject: [PATCH] Comment tweak. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5366 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/util/Enum.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/util/Enum.as b/src/as/com/threerings/util/Enum.as index 6e48137b8..5080e6927 100644 --- a/src/as/com/threerings/util/Enum.as +++ b/src/as/com/threerings/util/Enum.as @@ -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