Changed the none representation in a more opaque way

This commit is contained in:
Luca Frosini 2021-10-13 17:05:25 +02:00
parent 1f60fa9f12
commit 255357bac4
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public abstract class HelperMethods {
private static final String PATH_SEPARATOR = "/";
// This key is used in replaceFieldsKey() function to indicate to remove the metadata field
private static final String NONE_KEY = "none";
private static final String NONE_KEY = "none:none";
// caches
private static CacheInterface<String, String> userEmailCache = new CacheImpl<String, String>(1000 * 60 * 60 * 24);