You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently the method is available only in Java 1.8. In EMP version 2.8.0, the hashmap was changed to ConcurrentHashMap, and the compiler was switched to 1.8. However, the error was not seen or reported.
Reported by Michael Kirk.
Apparently the method is available only in Java 1.8. In EMP version 2.8.0, the hashmap was changed to ConcurrentHashMap, and the compiler was switched to 1.8. However, the error was not seen or reported.