aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-04-06 21:30:51 +0000
committerPacien TRAN-GIRARD2014-04-06 21:30:51 +0000
commit8df91ed3259cecf8f640747de90200deed3a6e06 (patch)
tree5a922bd7fc5df41bd6d26fedac7d6447c933d211 /report
parent7cec06bea8172ceb7d819f4d2d4474585200c74d (diff)
parent3a34f0e78c1843335e6e92879285b5bda39cd869 (diff)
downloadesieequest-8df91ed3259cecf8f640747de90200deed3a6e06.tar.gz
Merge branch 'zuul-with-enums' into 'master'
Zuul With Enums
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