From fdc3cfe288278bd99def2b79fb4b66b2cb3d926e Mon Sep 17 00:00:00 2001 From: Rui Gu Date: Fri, 12 Aug 2016 14:32:42 +0100 Subject: [PATCH] Fixed a typo in java docs --- src/main/java/org/redisson/api/RLiveObjectService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/redisson/api/RLiveObjectService.java b/src/main/java/org/redisson/api/RLiveObjectService.java index ed73e9c63..ab6abe605 100644 --- a/src/main/java/org/redisson/api/RLiveObjectService.java +++ b/src/main/java/org/redisson/api/RLiveObjectService.java @@ -197,7 +197,7 @@ public interface RLiveObjectService { /** * Pre register the class with the service, registering all the classes on * startup can speed up the instance creation. This is NOT mandatory - * since the class will also be registered lazyly when it first is used. + * since the class will also be registered lazily when it is first used. * * All classed registered with the service is stored in a class cache. *