Changes between Initial Version and Version 1 of Ticket #21438, comment 4
- Timestamp:
- 2021-10-16T11:26:50+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21438, comment 4
initial v1 1 1 I think this patch will not work with the code in `TagChecker` which expects the null: 2 2 {{{ 3 !#java3 #!java 4 4 public static boolean isKeyInPresets(String key) { 5 5 return TaggingPresets.getPresetValues(key) != null;