• Andy Wilkinson's avatar
    Improve usage of ConcurrentMap · 91df7498
    Andy Wilkinson authored
    - Call get rather than containsKey then get
    - Only call putIfAbsent after get has returned null to avoid unnecessary
      object creation
    
    Closes gh-6382
    91df7498
Name
Last commit
Last update
..
src Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...