File tree 4 files changed +9
-11
lines changed
src/main/java/com/silabs/pti/debugchannel
4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
- name : Build with Gradle
29
29
run : ./gradlew all
30
30
- name : Archive jar file
31
- uses : actions/upload-artifact@v2
31
+ uses : actions/upload-artifact@v3
32
32
with :
33
33
name : silabs-pti
34
34
path : silabs-pti/build/libs/*.jar
35
35
- name : Archive license file
36
- uses : actions/upload-artifact@v2
36
+ uses : actions/upload-artifact@v3
37
37
with :
38
38
name : silabs-pti
39
39
path : LICENSE.txt
Original file line number Diff line number Diff line change 1
- 1.12.2
1
+ 1.12.3
Original file line number Diff line number Diff line change 11
11
* sections of the MSLA applicable to Source Code.
12
12
*
13
13
******************************************************************************/
14
-
14
+
15
+
15
16
// !!!! This file is generated via 'gradle createDebugMessageTypes' command. Please do not edit manually!!!!!
16
17
18
+
17
19
package com .silabs .pti .debugchannel ;
18
20
19
21
import java .util .ResourceBundle ;
@@ -140,14 +142,10 @@ public static DebugMessageType get(final int value) {
140
142
}
141
143
}
142
144
return DebugMessageType .INVALID ;
143
- }
145
+ }
144
146
145
- public static int featureLevel () {
146
- return 22 ;
147
- }
147
+ public static int featureLevel () { return 22 ; }
148
148
149
- public static String featureDate () {
150
- return "2022.1.8" ;
151
- }
149
+ public static String featureDate () { return "2022.1.8" ; }
152
150
153
151
}
You can’t perform that action at this time.
0 commit comments