File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
<artifactId >embedCONTROLCore</artifactId >
14
14
<name >embedCONTROLCore</name >
15
15
<description >TcMenu embedCONTROL shared core</description >
16
- <version >4.4.0 </version >
16
+ <version >4.4.1-SNAPSHOT </version >
17
17
<url >https://tcmenu.github.io/documentation/arduino-libraries/tc-menu/</url >
18
18
19
19
<licenses >
Original file line number Diff line number Diff line change 12
12
<name >menuEditorUI</name >
13
13
<groupId >com.thecoderscorner.tcmenu</groupId >
14
14
<description >JavaFX based menu editor UI</description >
15
- <version >4.4.0 </version >
15
+ <version >4.4.1-SNAPSHOT </version >
16
16
17
17
<properties >
18
18
<timestamp >${maven.build.timestamp}</timestamp >
Original file line number Diff line number Diff line change 11
11
<groupId >com.thecoderscorner.tcmenu</groupId >
12
12
<artifactId >tcMenuJavaAPI</artifactId >
13
13
<name >tcMenuJavaAPI</name >
14
- <version >4.4.0 </version >
14
+ <version >4.4.1-SNAPSHOT </version >
15
15
<description >A series of domain and serialisation components for the TcMenu library</description >
16
16
<url >https://tcmenu.github.io/documentation/arduino-libraries/tc-menu/</url >
17
17
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public String formatToWire(MenuItem item, final String text) {
31
31
return MenuItemHelper .visitWithResult (item , new AbstractMenuItemVisitor <String >() {
32
32
@ Override
33
33
public void anyItem (MenuItem item ) {
34
- throw new IllegalArgumentException ( item + "not editable" );
34
+ setResult ( text );
35
35
}
36
36
37
37
@ Override
You can’t perform that action at this time.
0 commit comments