Promote YangNames 96/106296/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 30 May 2023 20:53:54 +0000 (22:53 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 30 May 2023 20:53:54 +0000 (22:53 +0200)
This class has been around the block, it no longer is @Beta.

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

index 077a81909c66d456d2a6bea76f101c97d05dec6b..17eb33cd45066df058419530fa70426f5617daa8 100644 (file)
@@ -7,7 +7,6 @@
  */
 package org.opendaylight.yangtools.yang.common;
 
-import com.google.common.annotations.Beta;
 import com.google.common.base.CharMatcher;
 import java.util.AbstractMap.SimpleEntry;
 import java.util.Map.Entry;
@@ -16,10 +15,7 @@ import org.eclipse.jdt.annotation.Nullable;
 
 /**
  * Utility class for handling various naming conventions mentioned in YANG and related specifications.
- *
- * @author Robert Varga
  */
-@Beta
 public final class YangNames {
     /**
      * A {@link CharMatcher} matching the first character of a YANG {@code identifier} ABNF production,