Ignore:
Timestamp:
2017-04-01T02:19:38+02:00 (7 years ago)
Author:
Don-vip
Message:

sonar - squid:UnusedPrivateMethod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/placement/OnLineStrategy.java

    r11753 r11814  
    187187        @Override
    188188        public String toString() {
    189             return "HalfSegment [start=" + start + ", end=" + end + ", quality=" + quality + "]";
     189            return "HalfSegment [start=" + start + ", end=" + end + ", quality=" + quality + ']';
    190190        }
    191191    }
     
    315315        }
    316316
    317         private Rectangle2D getBounds() {
     317        Rectangle2D getBounds() {
    318318            return glyph.getGlyphLogicalBounds(glyphIndex).getBounds2D();
    319319        }
    320320
    321         private double getOffset() {
     321        double getOffset() {
    322322            return offset;
    323323        }
     
    325325        @Override
    326326        public String toString() {
    327             return "OffsetGlyph [offset=" + offset + ", preRotate=" + preRotate + ", glyphIndex=" + glyphIndex + "]";
     327            return "OffsetGlyph [offset=" + offset + ", preRotate=" + preRotate + ", glyphIndex=" + glyphIndex + ']';
    328328        }
    329329    }
Note: See TracChangeset for help on using the changeset viewer.