Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 17, 2024
1 parent d80210c commit a4c5270
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected HttpClient getClient() {
}

/**
* Return a URLStreamHandler.
* Gets a URLStreamHandler.
*
* @return The URLStreamHandler.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected Class<? extends FileSystem> getConfigClass() {
}

/**
* Return the user name to be associated with changes to the file.
* Gets the user name to be associated with changes to the file.
*
* @param opts The FileSystem options
* @return The creatorName.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected FileObject createFile(final AbstractFileName name) throws Exception {
}

/**
* Return a URLStreamHandler.
* Gets a URLStreamHandler.
*
* @return The URLStreamHandler.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected Class<? extends FileSystem> getConfigClass() {
}

/**
* Return the user name to be associated with changes to the file.
* Gets the user name to be associated with changes to the file.
*
* @param opts The FileSystem options
* @return The creatorName.
Expand Down

0 comments on commit a4c5270

Please sign in to comment.