Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -62,7 +62,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