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
Hey, I'm not good at coding but I've learned about Java a little bit, I think you should use the ConcurrentHashMap, instead of Hashmap in Java, switching to ConcurrentHashMap is easy. I keep getting concurrentmodificationexception crash in the modpack. I decompiled your code and see that you've been using Hashmap, I know that you're a good coder but switching to ConcurrentHashMap shouldn't do any harm to your code.
The text was updated successfully, but these errors were encountered:
Hey, I'm not good at coding but I've learned about Java a little bit, I think you should use the ConcurrentHashMap, instead of Hashmap in Java, switching to ConcurrentHashMap is easy. I keep getting concurrentmodificationexception crash in the modpack. I decompiled your code and see that you've been using Hashmap, I know that you're a good coder but switching to ConcurrentHashMap shouldn't do any harm to your code.
The text was updated successfully, but these errors were encountered: