fixing javax cache issue

revert-dabc3590
hasuniea 8 years ago
parent 86056df434
commit 16e306268f

@ -54,7 +54,7 @@ public class DeviceUtil {
if (deviceID != null) {
cacheEntry.setDeviceID(deviceID);
}
getTokenCache().put(token, cacheEntry);
getTokenCache().put(token.trim(), cacheEntry);
}
public static void removeToken(String token) {

Loading…
Cancel
Save