Formatting.
This commit is contained in:
parent
0827291253
commit
7a470bd5d7
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ public class CacheUtil {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String ttlKey(String columnName) {
|
public static String ttlKey(String columnName) {
|
||||||
String key = "_" + columnName + "_ttl";
|
String key = "_" + columnName + "_ttl";
|
||||||
return key.toLowerCase();
|
return key.toLowerCase();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue