Ignore:
Timestamp:
2017-03-20T22:35:41+01:00 (7 years ago)
Author:
Don-vip
Message:

see #14528 - checkstyle

File:
1 edited

Legend:

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

    r11748 r11749  
    9090     * @return The list of glyphs.
    9191     */
    92     private List<OffsetGlyph> computeOffsetGlyphs(List<GlyphVector> gvs, double startOffset, boolean rotateText) {
     92    private static List<OffsetGlyph> computeOffsetGlyphs(List<GlyphVector> gvs, double startOffset, boolean rotateText) {
    9393        double offset = startOffset;
    9494        ArrayList<OffsetGlyph> offsetGlyphs = new ArrayList<>();
     
    187187     * This is used to always place at least 50% of the text correctly.
    188188     */
    189     private class UpsideComputingVisitor implements PathSegmentConsumer {
     189    private static class UpsideComputingVisitor implements PathSegmentConsumer {
    190190
    191191        private final double startOffset;
Note: See TracChangeset for help on using the changeset viewer.