Changeset 16919 in josm
- Timestamp:
- 2020-08-23T21:02:50+02:00 (4 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapViewState.java
r16553 r16919 499 499 /** 500 500 * Gets the current position in LatLon coordinates according to the current projection. 501 * @return The posit on as LatLon.501 * @return The position as LatLon. 502 502 * @see #getLatLonClamped() 503 503 */ -
trunk/src/org/openstreetmap/josm/gui/widgets/AbstractTextComponentValidator.java
r16695 r16919 111 111 112 112 /** 113 * Creates the validator and w eires it to the text component <code>tc</code>.113 * Creates the validator and wires it to the text component <code>tc</code>. 114 114 * 115 115 * @param tc the text component. Must not be null.
Note:
See TracChangeset
for help on using the changeset viewer.