kbendick opened a new pull request, #5359:
URL: https://github.com/apache/iceberg/pull/5359
Noticed this error prone warning when checking my work for warnings.
```
> Task :iceberg-aws:compileJava
/Users/kylebendickson/repos/iceberg/aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:130:
warning: [AlmostJavadoc] This comment contains Javadoc or HTML tags, but isn't
started with a double asterisk (/**); is it meant to be Javadoc?
public static final String GLUE_CATALOG_ENDPOINT = "glue.endpoint";
^
(see https://errorprone.info/bugpattern/AlmostJavadoc)
Did you mean '/**'?
```
This fixes the malformed JavaDoc on the GLUE_CATALOG_ENDPOINT configuration
constant.
cc @xiaoxuandev
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]