Commit b6ea27c
committed
feat(jvm/JEP-223): use java.specification.version
- use `java.specification.version` instead of parsing `java.version`
- ensure consistent version reporting across different Java releases(jdk10+)1 parent 9aa3383 commit b6ea27c
File tree
1 file changed
+1
-6
lines changed- framework/src/main/java/org/tron/core/services/jsonrpc
1 file changed
+1
-6
lines changedLines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
230 | 229 | | |
231 | 230 | | |
232 | 231 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | 232 | | |
238 | 233 | | |
239 | 234 | | |
240 | 235 | | |
241 | | - | |
| 236 | + | |
242 | 237 | | |
243 | 238 | | |
244 | 239 | | |
| |||
0 commit comments