aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-04-06 23:25:35 +0200
committerPacien TRAN-GIRARD2014-04-06 23:25:35 +0200
commit3a34f0e78c1843335e6e92879285b5bda39cd869 (patch)
tree5a922bd7fc5df41bd6d26fedac7d6447c933d211 /report
parent159b168b2618e4bf73130cba262570e70a374438 (diff)
downloadesieequest-3a34f0e78c1843335e6e92879285b5bda39cd869.tar.gz
Update report
Diffstat (limited to 'report')
-rw-r--r--report/progression.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/report/progression.tex b/report/progression.tex
index d46aa3b..ccfff83 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -317,10 +317,11 @@ The String switch statement was replaced by an enum switch with the
317commit number d24dd6cc9. Instead of using an HashMap to match entered Strings to 317commit number d24dd6cc9. Instead of using an HashMap to match entered Strings to
318the corresponding enum value, the valueOf() method was used. 318the corresponding enum value, the valueOf() method was used.
319 319
320\subsection{look with enum}
321
322\subsection{help with enum} 320\subsection{help with enum}
323 321
322The help command now generates the list of the available commands from the enum
323with the commit number 159b168b2.
324
324 325
325\section{Zuul extended} 326\section{Zuul extended}
326 327