mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixing javax cache issue
This commit is contained in:
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…
Reference in New Issue
Block a user