Changeset 32556 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSException.java
- Timestamp:
- 2016-07-04T14:18:17+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSException.java
r20425 r32556 1 // License: GPL. v2 and later. Copyright 2008-2009 by Pieren <pieren3@gmail.com> and others1 // License: GPL. For details, see LICENSE file. 2 2 package cadastre_fr; 3 3 … … 5 5 private String message; 6 6 private static final long serialVersionUID = 1L; 7 public WMSException(String message) { 7 8 WMSException(String message) { 8 9 super(); 9 10 this.message = message; 10 11 } 12 13 @Override 11 14 public String getMessage() { 12 15 return message;
Note:
See TracChangeset
for help on using the changeset viewer.
