Ignore:
Timestamp:
2023-08-09T15:30:01+02:00 (3 years ago)
Author:
taylor.smock
Message:

Fix #22832: Code cleanup and some simplification, documentation fixes (patch by gaben)

There should not be any functional changes in this patch; it is intended to do
the following:

  • Simplify and cleanup code (example: Arrays.asList(item) -> Collections.singletonList(item))
  • Fix typos in documentation (which also corrects the documentation to match what actually happens, in some cases)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/ChangesetCache.java

    r18303 r18801  
    155155
    156156    /**
    157      * Returns the list of changesets contained in the cache.
    158      * @return the list of changesets contained in the cache
     157     * Returns the set of changesets contained in the cache.
     158     * @return the set of changesets contained in the cache
    159159     */
    160160    public Set<Changeset> getChangesets() {
Note: See TracChangeset for help on using the changeset viewer.