source: osm/applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/DuplicateLayerException.java@ 32556

Last change on this file since 32556 was 32556, checked in by donvip, 8 years ago

checkstyle

  • Property svn:eol-style set to native
File size: 175 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package cadastre_fr;
3
4class DuplicateLayerException extends Exception {
5 private static final long serialVersionUID = 1L;
6}
Note: See TracBrowser for help on using the repository browser.