Skip to content

Commit 64863b6

Browse files
author
jantje
committed
removed some warnings caused by debugging code
1 parent 296aedb commit 64863b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

io.sloeber.core/src/io/sloeber/core/managers/ArduinoPlatform.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ public IStatus remove(IProgressMonitor monitor) {
205205
return Status.OK_STATUS;
206206
}
207207

208+
//jaba added the @SuppressWarnings("nls") because I added some debugging stuff
209+
@SuppressWarnings("nls")
208210
public IStatus install(IProgressMonitor monitor) {
209211
// Check if we're installed already
210212
if (isInstalled()) {

0 commit comments

Comments
 (0)