Skip to content

Commit

Permalink
chore(http-model): Fix documentation on executeGETRequest() method
Browse files Browse the repository at this point in the history
  • Loading branch information
aivruu committed Mar 26, 2024
1 parent 6a7a1cd commit 62425e3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ public record HTTPModelRequest(@NotNull String repository) {

/**
* Executes a GET type request to the API with a specific
* time-out, the response can be a Json text. Or empty if
* an exception is triggered during the operation.
* time-out, the response can be a Json text. Or {@code null}
* if the repository doesn't exist, or an exception was triggered
* during the operation.
*
* @return The {@link CompletableFuture} with the final
* request response.
Expand Down

0 comments on commit 62425e3

Please sign in to comment.