Ignore:
Timestamp:
2013-10-04T03:27:01+02:00 (10 years ago)
Author:
Don-vip
Message:

Sonar/Findbugs - Avoid commented-out lines of code, javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginListParser.java

    r6085 r6296  
    6565            String url = null;
    6666            StringBuilder manifest = new StringBuilder();
    67             /*
    68             code structure:
    69                 for () {
    70                     A;
    71                     B;
    72                     C;
    73                 }
    74                 B;
    75              */
    7667            for (String line = r.readLine(); line != null; line = r.readLine()) {
    7768                if (line.startsWith("\t")) {
Note: See TracChangeset for help on using the changeset viewer.