Ignore:
Timestamp:
2020-01-08T23:35:55+01:00 (6 years ago)
Author:
simon04
Message:

Fix typo: overriden↦overridden

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/org/tukaani/xz/BasicArrayCache.java

    r13350 r15662  
    126126            //
    127127            // That last argument is true to get LRU cache behavior together
    128             // with the overriden removeEldestEntry method.
     128            // with the overridden removeEldestEntry method.
    129129            super(2 * STACKS_MAX, 0.75f, true);
    130130        }
Note: See TracChangeset for help on using the changeset viewer.