sixhours-team / memcached-spring-boot

Library that provides support for auto-configuration of Memcached cache in a Spring Boot application.
Apache License 2.0
71 stars 33 forks source link

drop obsolete imports #73

Closed davidkarlsen closed 4 years ago

davidkarlsen commented 4 years ago

Signed-off-by: David J. M. Karlsen david@davidkarlsen.com


This change is Reviewable

codecov-io commented 4 years ago

Codecov Report

Merging #73 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #73   +/-   ##
=========================================
  Coverage     94.76%   94.76%           
  Complexity       68       68           
=========================================
  Files            12       12           
  Lines           191      191           
  Branches          7        7           
=========================================
  Hits            181      181           
  Misses            7        7           
  Partials          3        3
Impacted Files Coverage Δ Complexity Δ
...ours/memcached/cache/MemcachedCacheProperties.java 100% <ø> (ø) 17 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0bad7b4...325c2aa. Read the comment docs.

sasabolic commented 4 years ago

Closes #73