Ignore:
Timestamp:
2015-06-06T04:32:00+02:00 (9 years ago)
Author:
Don-vip
Message:

javadoc fixes. Removed one duplicated method in exception handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapStatus.java

    r8426 r8470  
    396396         * keep the popup on screen and shows a vertical scrollbar, if the
    397397         * screen is too small.
    398          * @param content
    399          * @param ms
     398         * @param content popup content
     399         * @param ms mouse state
    400400         * @return popup
    401401         */
     
    432432        /**
    433433         * Calls this to update the element that is shown in the statusbar
    434          * @param ms
     434         * @param ms mouse state
    435435         */
    436436        private void statusBarElementUpdate(MouseState ms) {
Note: See TracChangeset for help on using the changeset viewer.