Changeset 18363 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2022-01-09T12:19:43+01:00 (3 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/ToolbarPreferences.java
r18362 r18363 1296 1296 /** 1297 1297 * Call with {@code true} when all plugins were loaded. 1298 * @since xxx1298 * @since 18361 1299 1299 */ 1300 1300 public void enableInfoAboutMissingAction() { -
trunk/src/org/openstreetmap/josm/gui/tagging/presets/TaggingPresets.java
r18321 r18363 223 223 * @param key key 224 224 * @return {@code true} if the given key in the loaded presets 225 * @since xxx225 * @since 18281 226 226 */ 227 227 public static boolean isKeyInPresets(String key) {
Note:
See TracChangeset
for help on using the changeset viewer.