Ignore:
Timestamp:
2016-09-03T16:54:03+02:00 (9 years ago)
Author:
donvip
Message:

fix some error-prone warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/CalibrationLayer.java

    r32528 r32910  
    185185     * A simple icon with a colored rectangle.
    186186     */
    187     class SingleColorIcon implements Icon {
     187    static class SingleColorIcon implements Icon {
    188188        private Color color;
    189189
     
    213213     * uses {@link #visitBoundingBox} to pan and zoom to the calibration geometry.
    214214     */
    215     class ZoomToLayerAction extends AbstractAction {
     215    static class ZoomToLayerAction extends AbstractAction {
    216216        ZoomToLayerAction() {
    217217            super(tr("Zoom to {0}", tr("layer"))); // to use translation from AutoScaleAction
Note: See TracChangeset for help on using the changeset viewer.