Skip to content

Commit

Permalink
API: Fix API Javadoc (apache#5190)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbendick authored Jul 11, 2022
1 parent ecd1b69 commit 7338103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
public interface CredentialSupplier {
/**
* @return the credential string
* Returns the credential string
*/
String getCredential();
}
2 changes: 1 addition & 1 deletion api/src/main/java/org/apache/iceberg/io/FileIO.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ default void deleteFile(OutputFile file) {
}

/**
* @return the property map used to configure this FileIO
* Returns the property map used to configure this FileIO
* @throws UnsupportedOperationException if this FileIO does not expose its configuration properties
*/
default Map<String, String> properties() {
Expand Down

0 comments on commit 7338103

Please sign in to comment.