Ignore:
Timestamp:
2016-07-04T14:18:17+02:00 (10 years ago)
Author:
donvip
Message:

checkstyle

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 others
     1// License: GPL. For details, see LICENSE file.
    22package cadastre_fr;
    33
     
    55    private String message;
    66    private static final long serialVersionUID = 1L;
    7     public WMSException(String message) {
     7
     8    WMSException(String message) {
    89        super();
    910        this.message = message;
    1011    }
     12
     13    @Override
    1114    public String getMessage() {
    1215        return message;
Note: See TracChangeset for help on using the changeset viewer.