Ignore:
Timestamp:
2015-10-09T02:12:45+02:00 (11 years ago)
Author:
Don-vip
Message:

sonar - squid:S3052 - Fields should not be initialized to default values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/GettingStarted.java

    r8836 r8840  
    3838    private final LinkGeneral lg;
    3939    private String content = "";
    40     private boolean contentInitialized = false;
     40    private boolean contentInitialized;
    4141
    4242    private static final String STYLE = "<style type=\"text/css\">\n"
Note: See TracChangeset for help on using the changeset viewer.