Ignore:
Timestamp:
2015-04-29T01:44:01+02:00 (9 years ago)
Author:
Don-vip
Message:

fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for exceptions

File:
1 edited

Legend:

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

    r7005 r8291  
    530530        private TileBounds tileBounds = null;
    531531
    532         public TileAddressValidator(JTextComponent tc) throws IllegalArgumentException {
     532        public TileAddressValidator(JTextComponent tc) {
    533533            super(tc);
    534534        }
     
    589589        private int tileIndex;
    590590
    591         public TileCoordinateValidator(JTextComponent tc) throws IllegalArgumentException {
     591        public TileCoordinateValidator(JTextComponent tc) {
    592592            super(tc);
    593593        }
Note: See TracChangeset for help on using the changeset viewer.