source: java/ecj/framsticks/FramsticksDefaults.java @ 193

Last change on this file since 193 was 193, checked in by Maciej Komosinski, 10 years ago

Set svn:eol-style native for all textual files

  • Property svn:eol-style set to native
File size: 279 bytes
Line 
1package framsticks;
2
3import ec.DefaultsForm;
4import ec.util.Parameter;
5
6public final class FramsticksDefaults implements DefaultsForm {
7
8        public static final String P_FRAMSTICKS = "framsticks";
9       
10        public static final Parameter base() {
11                return new Parameter(P_FRAMSTICKS);
12        }
13}
Note: See TracBrowser for help on using the repository browser.