Skip to content

Commit ebd9c79

Browse files
committed
🔇 silent changes: remove suppress warnings #2
1 parent 410e6b7 commit ebd9c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/groovy/org/redis4j/common/Redis4j.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@ public static Map<String, String> defaultKeysWk() {
20772077
* @return a wrapped HTTP response containing the retrieved data, or an error response if the key is empty,
20782078
* Redis connection fails, or the key type is unsupported.
20792079
*/
2080-
@SuppressWarnings({"SpellCheckingInspection", "EnhancedSwitchMigration"})
2080+
@SuppressWarnings({"SpellCheckingInspection"})
20812081
public static WrapResponse<?> wget(String key) {
20822082
if (String4j.isEmpty(key)) {
20832083
return new HttpWrapBuilder<>().badRequest("key is required").requestId(getCurrentSessionId()).build();

0 commit comments

Comments
 (0)