live corrections done with Anna

This commit is contained in:
Claudio Maggioni 2018-06-13 22:26:51 +02:00
parent ddabf04fa0
commit 3bfaddb25e

View file

@ -304,7 +304,7 @@
\end{itemize} \end{itemize}
\end{it} \end{it}
\begin{en} \begin{en}
Picture \ref{fig:itgmobliearch} shows how the software components Figure \ref{fig:itgmobliearch} shows how the software components
in the app interact with each other. This architecture was entirely realized in the app interact with each other. This architecture was entirely realized
by me, on the basis offered by the project \textit{InteGRa.Service}. Further by me, on the basis offered by the project \textit{InteGRa.Service}. Further
information is given in the following list. information is given in the following list.
@ -594,7 +594,7 @@ public abstract class ReadableRESTController<T extends Readable,
classe ``entità'' \textit{T}, che a sua volta estende \textit{Readable}. classe ``entità'' \textit{T}, che a sua volta estende \textit{Readable}.
\end{it} \end{it}
\begin{en} \begin{en}
Even listing \ref{lst:rdbrest-java} needs a brief explanation. The Even listing \ref{lst:rdbrest-java} needs a brief explaination. The
abstract class \textit{Readable}, used as a constraint for the class first generic abstract class \textit{Readable}, used as a constraint for the class first generic
parameter, is the father of each ``entity'' class, while parameter, is the father of each ``entity'' class, while
\textit{PrimaryKey<T>} is the father of the class that contains the primary \textit{PrimaryKey<T>} is the father of the class that contains the primary
@ -700,7 +700,7 @@ public abstract class CRUDRESTController<T extends CRUDable, U extends
public abstract class CRUDUtils { public abstract class CRUDUtils {
/** /**
* Interface containing a function able to generate an Hibernate Query * Interface containing a function able to generate a Hibernate Query
* object and execute it by getting a generic response given the * object and execute it by getting a generic response given the
* session * session
* *
@ -711,7 +711,7 @@ public abstract class CRUDUtils {
} }
/** /**
* Interface containing a function able to generate an Hibernate Query * Interface containing a function able to generate a Hibernate Query
* object and execute it by getting a list of rows given the session * object and execute it by getting a list of rows given the session
*/ */
public interface HBMQuery extends HBMInteraction<List<Object[]>> { public interface HBMQuery extends HBMInteraction<List<Object[]>> {
@ -907,7 +907,7 @@ export class RESTService {
restrictions?: any, addOffline?: boolean): Promise<T[]> { ... } restrictions?: any, addOffline?: boolean): Promise<T[]> { ... }
/** /**
* Asks to the server which entity instances of the ones * Asks the server which entity instances of the ones
* saved in the offline storage exist and deletes the * saved in the offline storage exist and deletes the
* ones that do not exist on the server. * ones that do not exist on the server.
* *
@ -1122,8 +1122,8 @@ export class RESTService {
\begin{en} \begin{en}
\subsection{Project phases} \subsection{Project phases}
The project phases originally established, by which start and end dates are shown in The project phases originally established are described below. Its start and
the diagram in figure \ref{fig:ganttitgmob}, are described below. end dates are shown in the diagram in figure \ref{fig:ganttitgmob}.
\begin{description} \begin{description}