Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Fixed a few typos. Preparation for PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
spericas committed Apr 17, 2017
1 parent 6b2ab5b commit fc62a6a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ \chapter{Summary of Annotations}
\hline
\code{PATCH} & \raggedright Method & \raggedright Specifies that the annotated method handles HTTP PATCH requests. \tabularnewline
\hline
\code{HEAD} & \raggedright Method & \raggedright Specifies that the annotated method handles HTTP HEAD requests. Note that HEAD may be automatically handled, see Section \ref{head_and_options}.
\code{HEAD} & \raggedright Method & \raggedright Specifies that the annotated method handles HTTP HEAD requests. Note that HEAD may be automatically handled, see Section \ref{head_and_options}. \tabularnewline
\hline
\code{OPTIONS} & \raggedright Method & \raggedright Specifies that the annotated method handles HTTP OPTIONS requests. \tabularnewline
\hline
Expand Down
2 changes: 1 addition & 1 deletion chapters/clientapi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ \section{Reactive Clients}
To address the requirement of greater readability and to enable programmers to better reason about asynchronous computations, Java 8 introduces the a new interface called \code{CompletionStage} that includes a large number of methods dedicated to managing asynchronous computations.

\jaxrs\ 2.1 defines a new type of invoker called \code{RxInvoker}, as well a default implementation of this type called \code{CompletionStageRxInvoker} that is based on the JDK 8 type \code{CompletionStage}. There is a new \code{rx} method which is used in a similar manner to \code{async} as described in \ref{client_api_async}. Let us consider the following example:
e

\begin{listing}{1}
CompletionStage<String> csf = client.target("forecast/{destination}")
.resolveTemplate("destination", "mars")
Expand Down
2 changes: 1 addition & 1 deletion chapters/titlepage.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
\vspace{20pt}

{
\Large\textit{Version 2.1 Early Draft\\
\Large\textit{Version 2.1 Public Review\\
\today}
}

Expand Down
5 changes: 1 addition & 4 deletions references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,7 @@ @online{rxjava2
Title = {{RxJava 2.0}: {What's} {different} {in} {2.0}}}

@online{sse,
Note = {See https://html.spec.whatwg.org/#server-sent-events},
Note = {See https://html.spec.whatwg.org/\#server-sent-events},
Title = {{Server-Sent} {Events}}}

@online{java9flow,
Note = {See https://community.oracle.com/docs/DOC-1006738},
Title = {{Reactive} {Programming} {with} {JDK 9} {Flow} {API}}}
Binary file modified spec.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion spec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
\usepackage{float}
\usepackage[pdftex,
pdftitle={JAX-RS: Java API for RESTful Web Services},
pdfauthor={Santiago Pericas-Geertsen and Marek Potociar, Oracle},
pdfauthor={Santiago Pericas-Geertsen and Pavel Bucek, Oracle},
pdfsubject={JAX-RS: Java API for RESTful Web Services},
pdfkeywords={Java XML Web Services API REST RESTful},
pdftex,
Expand Down

0 comments on commit fc62a6a

Please sign in to comment.