Ignore:
Timestamp:
2015-09-24T23:56:05+02:00 (9 years ago)
Author:
Don-vip
Message:

fix javadoc errors/warnings seen with JDK9

File:
1 edited

Legend:

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

    r8736 r8795  
    177177     * exception is thrown, a message box will be displayed and closeDialog
    178178     * is called. finish() is called in any case.
     179     * @throws SAXException if a SAX error occurs
     180     * @throws IOException if an I/O error occurs
     181     * @throws OsmTransferException if a communication error with the OSM server occurs
    179182     */
    180183    protected abstract void realRun() throws SAXException, IOException, OsmTransferException;
Note: See TracChangeset for help on using the changeset viewer.