entferne Zugriffsmodifikator der Methode entferneSatzzeichen.

This commit is contained in:
schrom01 2021-11-04 15:05:58 +01:00
parent 6391127d1b
commit 911fe856e1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class Worthaeufigkeitsanalyse {
} }
} }
private String entferneSatzzeichen(String wort) { String entferneSatzzeichen(String wort) {
boolean satzzeichenGefunden; boolean satzzeichenGefunden;
do { do {