Skip to content

Commit a0dbc82

Browse files
committed
I also wiped the jenkins environment so all should be recompiled and be newer.
I hope this fixes it.
1 parent 0c9fe0c commit a0dbc82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

it.baeyens.arduino.monitor/src/it/baeyens/arduino/monitor/views/SerialMonitor.java

+2
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ public Object[] getElements(Object inputElement) {
194194
mySendPostFix.getControl().setLayoutData(theGriddata);
195195
mySendPostFix.setContentProvider(new ArrayContentProvider());
196196
mySendPostFix.setLabelProvider(new LabelProvider());
197+
// TODO remove the comment line below
198+
// just add a line to make jenkins publis
197199
mySendPostFix.setInput(Common.listLineEndings());
198200
mySendPostFix.getCombo().select(ArduinoInstancePreferences.GetLastUsedSerialLineEnd());
199201

0 commit comments

Comments
 (0)