Ignore:
Timestamp:
2015-10-22T14:35:57+02:00 (8 years ago)
Author:
Don-vip
Message:

javadoc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/AlphanumComparator.java

    r8870 r8928  
    6161
    6262    /**
    63      * Length of string is passed in for improved efficiency (only need to
    64      * calculate it once) *
     63     * Returns an alphanum chunk.
     64     * Length of string is passed in for improved efficiency (only need to calculate it once).
     65     * @param s string
     66     * @param slength string length
     67     * @param marker position
     68     * @return alphanum chunk found at given position
    6569     */
    6670    private static String getChunk(String s, int slength, int marker) {
Note: See TracChangeset for help on using the changeset viewer.