entferne Zugriffsmodifikator der Methode entferneSatzzeichen.
This commit is contained in:
parent
6391127d1b
commit
911fe856e1
|
@ -52,7 +52,7 @@ public class Worthaeufigkeitsanalyse {
|
|||
}
|
||||
}
|
||||
|
||||
private String entferneSatzzeichen(String wort) {
|
||||
String entferneSatzzeichen(String wort) {
|
||||
boolean satzzeichenGefunden;
|
||||
|
||||
do {
|
||||
|
|
Loading…
Reference in New Issue