Skip to content

Commit

Permalink
FilesClient fix javadoc
Browse files Browse the repository at this point in the history
Motivation:
Javadocs from FilesClient were copied from another example and not updated.
  • Loading branch information
Scottmitch committed Jul 22, 2024
1 parent b58d0b5 commit ed907ad
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@
import static io.servicetalk.http.api.HttpSerializers.textSerializerUtf8;

/**
* Extends the async 'Hello World!' example to demonstrate use of timeout filters and timeout operators. If a single
* timeout can be applied to all transactions then the timeout should be applied using the
* {@link TimeoutHttpRequesterFilter}. If only some transactions require a timeout then the timeout should be applied
* using a {@link io.servicetalk.concurrent.api.Single#timeout(Duration)} Single.timeout()} or a
* {@link io.servicetalk.concurrent.api.Publisher#timeoutTerminal(Duration)} (Duration)} Publisher.timeoutTerminal()}
* operator.
* Extends the async 'Hello World!' example to demonstrate use of requesting from {@link FilesServer}.
*/
public final class FilesClient {
public static void main(String[] args) throws Exception {
Expand Down

0 comments on commit ed907ad

Please sign in to comment.