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 410e6b7 commit ebd9c79Copy full SHA for ebd9c79
plugin/src/main/groovy/org/redis4j/common/Redis4j.java
@@ -2077,7 +2077,7 @@ public static Map<String, String> defaultKeysWk() {
2077
* @return a wrapped HTTP response containing the retrieved data, or an error response if the key is empty,
2078
* Redis connection fails, or the key type is unsupported.
2079
*/
2080
- @SuppressWarnings({"SpellCheckingInspection", "EnhancedSwitchMigration"})
+ @SuppressWarnings({"SpellCheckingInspection"})
2081
public static WrapResponse<?> wget(String key) {
2082
if (String4j.isEmpty(key)) {
2083
return new HttpWrapBuilder<>().badRequest("key is required").requestId(getCurrentSessionId()).build();
0 commit comments