Skip to content

Commit ef636ab

Browse files
author
jantje
committed
cleanup some warnings
1 parent 49254af commit ef636ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

io.sloeber.core/src/io/sloeber/core/api/BoardDescription.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public class BoardDescription extends Common {
119119
private boolean isDirty = true;
120120
private final String ENV_KEY_JANTJE_PROGRAMMER = "SLOEBER.PROGRAMMER.NAME"; //$NON-NLS-1$
121121
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+
123123

124124
@Override
125125
public String toString() {

io.sloeber.core/src/io/sloeber/core/api/SloeberProjectDescription.java

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public class SloeberProjectDescription extends Common {
5151
private Map<String, BoardDescription> myBoardDescriptions = new HashMap<>();
5252
private Map<String, CompileDescription> myCompileDescriptions = new HashMap<>();
5353
private IProject myProject = null;
54-
private boolean isDirty = true;
5554

5655
private static final String ENV_KEY_BUILD_SOURCE_PATH = ERASE_START + "build.source.path"; //$NON-NLS-1$
5756
private static final String ENV_KEY_BUILD_GENERIC_PATH = ERASE_START + "build.generic.path"; //$NON-NLS-1$

0 commit comments

Comments
 (0)