Ignore:
Timestamp:
2016-09-03T16:43:42+02:00 (8 years ago)
Author:
donvip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/symbols/Areas.java

    r32394 r32907  
    1 /* Copyright 2014 Malcolm Herring
    2  *
    3  * This is free software: you can redistribute it and/or modify
    4  * it under the terms of the GNU General Public License as published by
    5  * the Free Software Foundation, version 3 of the License.
    6  *
    7  * For a copy of the GNU General Public License, see <http://www.gnu.org/licenses/>.
    8  */
    9 
     1// License: GPL. For details, see LICENSE file.
    102package symbols;
    113
     
    2618import symbols.Symbols.Symbol;
    2719
    28 public class Areas {
     20/**
     21 * @author Malcolm Herring
     22 */
     23public final class Areas {
     24    private Areas() {
     25        // Hide default constructor for utilities classes
     26    }
     27
    2928    // CHECKSTYLE.OFF: LineLength
    3029    public static final Symbol Plane = new Symbol();
Note: See TracChangeset for help on using the changeset viewer.