Changeset 6889 in josm for trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
- Timestamp:
- 2014-02-27T01:41:49+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
r6814 r6889 854 854 855 855 /** 90 degrees in radians units */ 856 final staticdouble DEGREE_90 = 90.0 * Math.PI / 180.0;856 static final double DEGREE_90 = 90.0 * Math.PI / 180.0; 857 857 858 858 /**
Note:
See TracChangeset
for help on using the changeset viewer.
