We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9d537 commit 63cf503Copy full SHA for 63cf503
api/src/main/java/com/javadiscord/jdi/core/api/utils/CacheUpdateHandler.java
@@ -23,8 +23,7 @@ public <T> void updateCache(T result) {
23
24
cache.getCacheForGuild(guildId).add(id, result);
25
} catch (IllegalAccessException | NoSuchFieldException e) {
26
- // NoSuchFieldException means we don't want to cache result
27
- // Other exceptions should be caught in payload validation layer
+ // NoSuchFieldException: don't cache result
28
}
29
30
0 commit comments