Skip to content

Commit 741a3c6

Browse files
committed
update comment
1 parent 32fe58c commit 741a3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<module name="TreeWalker">
5353
<!-- Enforce static imports for OpenTelemetryAssertions methods (lowercase), but allow inner
54-
classes (uppercase). The negative lookup is needed so we don't match import lines. -->
54+
classes (uppercase). The negative lookahead is needed so we don't match import lines. -->
5555
<module name="RegexpSinglelineJava">
5656
<property name="format"
5757
value="^(?!.*import).*OpenTelemetryAssertions\.[a-z]"/>

0 commit comments

Comments
 (0)