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/s57/S57enc.java

    r32394 r32907  
    1 /* Copyright 2015 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 s57;
    113
     
    3325import s57.S57val.AttVal;
    3426
    35 public class S57enc { // S57 ENC file generation
     27/**
     28 * @author Malcolm Herring
     29 */
     30public final class S57enc { // S57 ENC file generation
     31    private S57enc() {
     32        // Hide default constructor for utilities classes
     33    }
    3634    // CHECKSTYLE.OFF: LineLength
    3735
Note: See TracChangeset for help on using the changeset viewer.