File tree 2 files changed +1
-2
lines changed
io.sloeber.core/src/io/sloeber/core/api
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public class BoardDescription extends Common {
119
119
private boolean isDirty = true ;
120
120
private final String ENV_KEY_JANTJE_PROGRAMMER = "SLOEBER.PROGRAMMER.NAME" ; //$NON-NLS-1$
121
121
private final String ENV_KEY_JANTJE_BOARD_TXT = "SLOEBER.PRODUCT.NAME" ; //$NON-NLS-1$
122
- private final String ENV_KEY_JANTJE_PRODUCT_VERSION = "SLOEBER.PRODUCT.VERSION" ; //$NON-NLS-1$
122
+
123
123
124
124
@ Override
125
125
public String toString () {
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ public class SloeberProjectDescription extends Common {
51
51
private Map <String , BoardDescription > myBoardDescriptions = new HashMap <>();
52
52
private Map <String , CompileDescription > myCompileDescriptions = new HashMap <>();
53
53
private IProject myProject = null ;
54
- private boolean isDirty = true ;
55
54
56
55
private static final String ENV_KEY_BUILD_SOURCE_PATH = ERASE_START + "build.source.path" ; //$NON-NLS-1$
57
56
private static final String ENV_KEY_BUILD_GENERIC_PATH = ERASE_START + "build.generic.path" ; //$NON-NLS-1$
You can’t perform that action at this time.
0 commit comments