aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-04-07 20:36:50 +0200
committerPacien TRAN-GIRARD2014-04-07 20:36:50 +0200
commit23e37421c22c5f3dd1a9b6402a2fa7571f065717 (patch)
tree117b3f3b9d3d1ba4b4108fd0e494990e8732a5d3 /report
parente25f955d930e2ace8d0ae9698404b160ab24ebd1 (diff)
parent8df91ed3259cecf8f640747de90200deed3a6e06 (diff)
downloadesieequest-23e37421c22c5f3dd1a9b6402a2fa7571f065717.tar.gz
Merge branch 'master' of https://gitlab.pacien.net/pacien/a3p-esieequest
Diffstat (limited to 'report')
-rw-r--r--report/progression.tex7
1 files changed, 6 insertions, 1 deletions
diff --git a/report/progression.tex b/report/progression.tex
index 94cc5b5..ccfff83 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -313,10 +313,15 @@ The commands test file was updated in the commit number 7b610fc05.
313 313
314\subsection{switch} 314\subsection{switch}
315 315
316\subsection{look with enum} 316The String switch statement was replaced by an enum switch with the
317commit number d24dd6cc9. Instead of using an HashMap to match entered Strings to
318the corresponding enum value, the valueOf() method was used.
317 319
318\subsection{help with enum} 320\subsection{help with enum}
319 321
322The help command now generates the list of the available commands from the enum
323with the commit number 159b168b2.
324
320 325
321\section{Zuul extended} 326\section{Zuul extended}
322 327