Skip to content

Commit c73e4a7

Browse files
committed
fix(redis): correct typo in exception message for RedisRequestHandlerInvokerFactory
1 parent e85de7f commit c73e4a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

surf-redis-core/src/main/java/dev/slne/surf/redis/invoker/RedisRequestHandlerInvokerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class RedisRequestHandlerInvokerFactory {
5555
}
5656

5757
private RedisRequestHandlerInvokerFactory() {
58-
throw new UnsupportedOperationException("RedisRequestHandlerInvokerFactor is a utility class and cannot be instantiated");
58+
throw new UnsupportedOperationException("RedisRequestHandlerInvokerFactory is a utility class and cannot be instantiated");
5959
}
6060

6161
/**

0 commit comments

Comments
 (0)