From cea9ca906f1f2d41749dc39404f7560411d0dab9 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 28 Mar 2011 18:14:48 -0400 Subject: [PATCH] Removed completed TODO item --- TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO b/TODO index c6296e9..d03912e 100644 --- a/TODO +++ b/TODO @@ -14,8 +14,6 @@ Member Keywords - Restrictions; throw exceptions when unknown keywords are used - - Concrete types must implement member with same visibility, or greater - visibility, than the abstract implementation defined - Abstract keyword cannot be used with private members - toString() must be public