Ignore:
Timestamp:
2015-05-23T01:40:23+02:00 (9 years ago)
Author:
Don-vip
Message:

Sonar: various code style cleanup:

  • fix copyright
  • classes that should be final
  • order of javadoc At-clauses
  • unexpected spaces before parenthesis
File:
1 edited

Legend:

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

    r8413 r8419  
    634634     * Represents a rectangular area of tiles at a given zoom level.
    635635     */
    636     private static class TileBounds {
     636    private static final class TileBounds {
    637637        private Point min;
    638638        private Point max;
     
    664664     * The map view used in this bounding box chooser
    665665     */
    666     private static class TileBoundsMapView extends JMapViewer {
     666    private static final class TileBoundsMapView extends JMapViewer {
    667667        private Point min;
    668668        private Point max;
Note: See TracChangeset for help on using the changeset viewer.