desruisseaux commented on code in PR #40:
URL: https://github.com/apache/sis/pull/40#discussion_r2832362091
##########
endorsed/src/org.apache.sis.cloud.aws/main/org/apache/sis/cloud/aws/s3/KeyPath.java:
##########
@@ -110,6 +113,13 @@ final class KeyPath implements Path {
*/
private S3Object objectMetadata;
+ /**
+ * Pattern used by KeyPath constructor to retrieve elements from S3 URI
structure
+ *
+ * @see KeyPath(ClientFileSystem, String, String[], boolean)
Review Comment:
Missing '#` in front of `KeyPath`, because the constructor is like a method
for the Javadoc tool.
##########
endorsed/src/org.apache.sis.cloud.aws/main/org/apache/sis/cloud/aws/s3/KeyPath.java:
##########
@@ -110,6 +113,13 @@ final class KeyPath implements Path {
*/
private S3Object objectMetadata;
+ /**
+ * Pattern used by KeyPath constructor to retrieve elements from S3 URI
structure
+ *
+ * @see KeyPath(ClientFileSystem, String, String[], boolean)
Review Comment:
Missing `#` in front of `KeyPath`, because the constructor is like a method
for the Javadoc tool.
--
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]