Ignore:
Timestamp:
2015-10-09T02:12:45+02:00 (9 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/tools/TextTagParser.java

    r8513 r8840  
    4040
    4141    public static class TextAnalyzer {
    42         private boolean quotesStarted = false;
    43         private boolean esc = false;
     42        private boolean quotesStarted;
     43        private boolean esc;
    4444        private StringBuilder s = new StringBuilder(200);
    4545        private int pos;
Note: See TracChangeset for help on using the changeset viewer.