Formatting.

This commit is contained in:
Greg Burd 2017-11-15 22:39:50 -05:00
parent 0827291253
commit 7a470bd5d7

View file

@ -215,7 +215,7 @@ public class CacheUtil {
}
public static String ttlKey(String columnName) {
String key = "_" + columnName + "_ttl";
String key = "_" + columnName + "_ttl";
return key.toLowerCase();
}
}