Closed nittka closed 9 years ago
The constants may not be private, as they are used in the preference page class as well - binding the editors to the preference values. I think it is OK as it is. A public enum (as for the compiler preferences) is not necessary, as the values are not used anywhere outside the package.
I adapted the code according to the second comment, but wait with the commit until I have your OK.
Of course they cannot be private then. :D But final indeed. Sorry for nitpicking. :)
nittka notifications@github.com ezt írta (2015. június 15., hétfő):
The constants may not be private, as they are used in the preference page class as well - binding the editors to the preference values. I think it is OK as it is. A public enum (as for the compiler preferences) is not necessary, as the values are not used anywhere outside the package.
I adapted the code according to the second comment, but wait with the commit until I have your OK.
— Reply to this email directly or view it on GitHub https://github.com/thSoft/elysium/pull/76#issuecomment-112089211.
Thanks for the contribution!
Possible fix for #41 by providing a preference page.