From 01af0baaf7ab2da23ffbf46b2a35cbe11fdbf494 Mon Sep 17 00:00:00 2001 From: qiaodaimadelaowang Date: Fri, 30 Sep 2016 13:11:47 +0800 Subject: [PATCH] Fix typo in UnstableApi javadocs --- common/src/main/java/io/netty/util/internal/UnstableApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/io/netty/util/internal/UnstableApi.java b/common/src/main/java/io/netty/util/internal/UnstableApi.java index 042a702f83..f8f04c4703 100644 --- a/common/src/main/java/io/netty/util/internal/UnstableApi.java +++ b/common/src/main/java/io/netty/util/internal/UnstableApi.java @@ -28,7 +28,7 @@ import java.lang.annotation.Target; * *
    *
  1. Is not needed for things located in *.internal.* packages
  2. - *
  3. Only public acessible classes/interfaces must be annotated
  4. + *
  5. Only public accessible classes/interfaces must be annotated
  6. *
  7. If this annotation is not present the API is considered stable and so no backward compatibility can be * broken in a non-major release!
  8. *