Skip to content
Snippets Groups Projects

preferences add java doc

Merged Mart Lubbers requested to merge CLIDE-189 into develop
2 files
+ 14
9
Compare changes
  • Side-by-side
  • Inline
Files
2
package preferences;
/**
* Interface for keeping the Preference Constants.
* Should eventually be replaced by final class with static attributes as this is bad style.
*
* @author CLIDE 2018-2019
*/
public interface ClidePreferenceConstants {
/**
* Interface for keeping the Preference Constants.
* Should eventually be replaced by final class with static attributes as this is bad style.
*/
String PREFERENCE_ID = "Clide.preferences";
String CPM_LOCATION = "CPM Location";
Loading