Promote ByteBufUtils 89/106289/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 30 May 2023 20:27:56 +0000 (22:27 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 30 May 2023 20:27:56 +0000 (22:27 +0200)
This class is stable enough to not be @Beta, drop the annotation.

Change-Id: I72ac661ae6a1c4c106f60516af4394e778e32604
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
common/yang-common-netty/src/main/java/org/opendaylight/yangtools/yang/common/netty/ByteBufUtils.java

index 7e087f90207601f256235d5aa295c5e21727feba..6da853dab597469c3537dbede6ac20732e2c2749 100644 (file)
@@ -7,7 +7,6 @@
  */
 package org.opendaylight.yangtools.yang.common.netty;
 
-import com.google.common.annotations.Beta;
 import io.netty.buffer.ByteBuf;
 import org.eclipse.jdt.annotation.NonNull;
 import org.eclipse.jdt.annotation.Nullable;
@@ -33,10 +32,9 @@ import org.opendaylight.yangtools.yang.common.Uint8;
  *       instead.</li>
  * </ul>
  */
-@Beta
 public final class ByteBufUtils {
     private ByteBufUtils() {
-
+        // Hidden on purpose
     }
 
     /**