Skip to content

Commit c4c31d0

Browse files
committed
checkstyle on javadoc
1 parent d0febc2 commit c4c31d0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

xds/src/main/java/io/grpc/xds/internal/matcher/CelCommon.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,11 @@ final class CelCommon {
5959
/**
6060
* Regular expression pattern to validate internal CEL overload IDs.
6161
*
62-
* <p>
63-
* Standard CEL operators and conversion functions often have empty names in the
62+
* <p> Standard CEL operators and conversion functions often have empty names in the
6463
* AST and are identified solely by their overload IDs (e.g., {@code equals} for
6564
* {@code ==}, {@code divide_int64} for {@code /}).
6665
*
67-
* <p>
68-
* This pattern matches allowed overload IDs by their prefixes (e.g.,
66+
* <p> This pattern matches allowed overload IDs by their prefixes (e.g.,
6967
* {@code divide}, {@code size}), optionally followed by numeric types
7068
* (e.g., {@code int64}) and type-specific suffixes (e.g., {@code _string},
7169
* {@code _int64}).

0 commit comments

Comments
 (0)