Changeset 17322 in josm for trunk/src/org/openstreetmap/josm/gui/animation
- Timestamp:
- 2020-11-17T02:38:27+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/animation/AnimationExtensionManager.java
r15602 r17322 35 35 } 36 36 37 /** 38 * Determines if an extension other than {@link NoExtension} is enabled. 39 * @return {@code true} if an extension other than {@code NoExtension} is enabled. 40 * @since 17322 41 */ 42 public static boolean isExtensionEnabled() { 43 return !(getExtension() instanceof NoExtension); 44 } 45 37 46 private static boolean isChristmas() { 38 47 Calendar c = new GregorianCalendar();
Note:
See TracChangeset
for help on using the changeset viewer.