Changeset 14379 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2018-10-28T19:35:08+01:00 (5 years ago)
Author:
simon04
Message:

Fix Javadoc

Location:
trunk/src/org/openstreetmap/josm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/BoundingXYVisitor.java

    r14120 r14379  
    176176     *
    177177     * Warning: if the bounding box only contains a single node, no expansion takes
    178      * place because a node has no width/height. Use <code>enlargeToMinDegrees</code>
     178     * place because a node has no width/height. Use {@link #enlargeBoundingBox(double)}
    179179     * instead.
    180180     *
  • trunk/src/org/openstreetmap/josm/gui/MapStatus.java

    r14153 r14379  
    564564         * If an old popup exists, it will be automatically hidden
    565565         * @param newPopup popup to show
    566          * @param lbls lables to show (see {@link #popupLabels})
     566         * @param lbls labels to show (see {@link #popupLabels})
    567567         */
    568568        private void popupShowPopup(Popup newPopup, List<JLabel> lbls) {
Note: See TracChangeset for help on using the changeset viewer.