diff options
author | Pacien TRAN-GIRARD | 2014-04-06 21:24:23 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-04-06 21:24:23 +0200 |
commit | 9b83decf530f2bc8aafd215b18e03c48e07f4fa2 (patch) | |
tree | ef014022483256008434d3aa4aacf47ee9a440dc /report | |
parent | d24dd6cc9dcf023e5db160d5600770692f293cc9 (diff) | |
download | esieequest-9b83decf530f2bc8aafd215b18e03c48e07f4fa2.tar.gz |
Update report
Diffstat (limited to 'report')
-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} |