Skip to content
Snippets Groups Projects
Commit e2763282 authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Merge branch 'master' into 'master'

Morsecode für 2 war fehlerhaft

See merge request alfatrainingkurse/java/enigma!108
parents f84e01ee ef746181
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ public class Morsecode { ...@@ -44,7 +44,7 @@ public class Morsecode {
this.codeMap.put("Z", "--.."); this.codeMap.put("Z", "--..");
this.codeMap.put(" ", "-...-"); this.codeMap.put(" ", "-...-");
this.codeMap.put("1", ".----"); this.codeMap.put("1", ".----");
this.codeMap.put("2", ".----"); this.codeMap.put("2", "..---");
this.codeMap.put("3", "...--"); this.codeMap.put("3", "...--");
this.codeMap.put("4", "....-"); this.codeMap.put("4", "....-");
this.codeMap.put("5", "....."); this.codeMap.put("5", ".....");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment