diff --git a/pom.xml b/pom.xml index 48a55f88..d9a07aac 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.github.qiujiayu autoload-cache - 4.16 + 4.17 jar AutoLoadCache User AOP and annotation to do with cache. diff --git a/src/main/java/com/jarvis/cache/admin/servlet/AdminServlet.java b/src/main/java/com/jarvis/cache/admin/servlet/AdminServlet.java index c2c37a0a..5f165881 100644 --- a/src/main/java/com/jarvis/cache/admin/servlet/AdminServlet.java +++ b/src/main/java/com/jarvis/cache/admin/servlet/AdminServlet.java @@ -161,8 +161,7 @@ private void printHtmlHead(HttpServletResponse resp, String cacheManagerName) th html.append("").append("
* Useful when the interaction with the Redis happens mainly through Strings. *