Skip to content

Commit b9452ae

Browse files
committed
checkstyle on javadoc
1 parent c4c31d0 commit b9452ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ final class CelCommon {
5959
/**
6060
* Regular expression pattern to validate internal CEL overload IDs.
6161
*
62-
* <p> 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
6363
* AST and are identified solely by their overload IDs (e.g., {@code equals} for
6464
* {@code ==}, {@code divide_int64} for {@code /}).
6565
*
66-
* <p> This pattern matches allowed overload IDs by their prefixes (e.g.,
66+
* <p>This pattern matches allowed overload IDs by their prefixes (e.g.,
6767
* {@code divide}, {@code size}), optionally followed by numeric types
6868
* (e.g., {@code int64}) and type-specific suffixes (e.g., {@code _string},
6969
* {@code _int64}).

0 commit comments

Comments
 (0)