Ignore:
Timestamp:
2013-07-24T18:01:58+02:00 (11 years ago)
Author:
akks
Message:

[josm_utilsplugin2. josm_commandline, josm_livegps, josm_reverter, josm_opendata, josm_videomapping]:
rearrange menu items and change menu accelerators, add Netbeans projects, fix some syntax warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CommandLine/src/CommandLine/Loader.java

    r29505 r29769  
    6767        }
    6868
     69        @Override
    6970        public void startElement(String namespaceURI, String localName, String rawName, Attributes attrs) {
    7071                int len = attrs.getLength();
     
    125126        }
    126127
     128        @Override
    127129        public void characters(char ch[], int start, int length)
    128130        {
     
    165167        }
    166168
     169        @Override
    167170        public void warning(SAXParseException ex) {
    168171          System.err.println("Warning in command xml file " + currentFile + ": " + ex.getMessage());
    169172        }
    170173
     174        @Override
    171175        public void error(SAXParseException ex) {
    172176          System.err.println("Error in command xml file " + currentFile + ": " + ex.getMessage());
    173177        }
    174178
     179        @Override
    175180        public void fatalError(SAXParseException ex) throws SAXException {
    176181          System.err.println("Error in command xml file " + currentFile + ": " + ex.getMessage());
Note: See TracChangeset for help on using the changeset viewer.