diff options
-rw-r--r-- | report/progression.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex index 94cc5b5..d46aa3b 100644 --- a/report/progression.tex +++ b/report/progression.tex | |||
@@ -313,6 +313,10 @@ The commands test file was updated in the commit number 7b610fc05. | |||
313 | 313 | ||
314 | \subsection{switch} | 314 | \subsection{switch} |
315 | 315 | ||
316 | The String switch statement was replaced by an enum switch with the | ||
317 | commit number d24dd6cc9. Instead of using an HashMap to match entered Strings to | ||
318 | the corresponding enum value, the valueOf() method was used. | ||
319 | |||
316 | \subsection{look with enum} | 320 | \subsection{look with enum} |
317 | 321 | ||
318 | \subsection{help with enum} | 322 | \subsection{help with enum} |