Ignore:
Timestamp:
2019-01-22T21:04:28+01:00 (6 years ago)
Author:
donvip
Message:

fix javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tag2link/src/org/openstreetmap/josm/plugins/tag2link/io/SourcesReader.java

    r34599 r34855  
    8585     * This is basically the same code as parseUnkown(), except for the warnings, which
    8686     * are displayed for inner elements and not at top level.
     87     *
     88     * @param printWarning determines if a warning should be printed if an unknown tag is parsed
     89     * @throws XMLStreamException if there is an error processing the underlying XML source
    8790     */
    8891    private void jumpToEnd(boolean printWarning) throws XMLStreamException {
Note: See TracChangeset for help on using the changeset viewer.