Skip to content

Commit

Permalink
Clean up: fix typo (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
thachlp committed May 10, 2024
1 parent 0571ef6 commit f1f17af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/src/bin/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [[ -z "$APP_MAIN" ]]; then
fi

if [[ -z "$JAVA_HOME" ]]; then
eecho "Set JAVA_HOME enviroment variable first."
eecho "Set JAVA_HOME environment variable first."
exit 4
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ public CompletableFuture<Iterable<ChangeDto<?>>> preview(
* jsonpath={jsonpath}
*
* <p>Returns the entry of files in the path. This is same with
* {@link #listFiles(String, String, Repository)} except that containing the content of the files.
* {@link #listFiles(ServiceRequestContext, String, String, Repository)} except that containing
* the content of the files.
* Note that if the {@link HttpHeaderNames#IF_NONE_MATCH} in which has a revision is sent with,
* this will await for the time specified in {@link HttpHeaderNames#PREFER}.
* During the time if the specified revision becomes different with the latest revision, this will
Expand Down

0 comments on commit f1f17af

Please sign in to comment.