| Issue 19: | use enum for wrapperType | |
| 1 person starred this issue and may be notified of changes. | Back to list |
replace raw strings like 'Guava Predicate' with an enum
Nov 24, 2011
Project Member
#1
codeto...@gmail.com
Status:
CodeComplete
Nov 29, 2011
What would you think of initializing the toString() values in a constructor for the enum, rather than computing it every time you are going to use it? I tend to like doing that for obvious immutable characteristics of an enum.
Dec 1, 2011
OK, this is done.
Status:
Fixed
|