aboutsummaryrefslogtreecommitdiff
path: root/report
diff options
context:
space:
mode:
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