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