Changeset 32907 in osm for applications/editors/josm/plugins/seachart/src/s57/S57box.java
- Timestamp:
- 2016-09-03T16:43:42+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/s57/S57box.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. 10 2 package s57; 11 3 … … 19 11 import s57.S57obj.Obj; 20 12 21 public class S57box { //S57 bounding box truncation 13 /** 14 * @author Malcolm Herring 15 */ 16 public final class S57box { //S57 bounding box truncation 17 private S57box() { 18 // Hide default constructor for utilities classes 19 } 22 20 // CHECKSTYLE.OFF: LineLength 23 21
Note:
See TracChangeset
for help on using the changeset viewer.
