Skip to content

Commit edafba1

Browse files
committed
Fix comment to be lowercase @internalapi
1 parent b481cc7 commit edafba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/JavaDocComment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public boolean emptyComments() {
149149
}
150150

151151
public JavaDocComment build() {
152-
// @param, @throws, @return, @deprecated and @InternalApi should always get printed at the
152+
// @param, @throws, @return, @deprecated and @internalApi should always get printed at the
153153
// end.
154154
componentsList.addAll(paramsList);
155155
if (!Strings.isNullOrEmpty(throwsType)) {

0 commit comments

Comments
 (0)