Skip to content
Snippets Groups Projects
Commit 50f330e2 authored by Goik Martin's avatar Goik Martin
Browse files

Typo

parent f60654c1
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ package de.hdm_stuttgart.sw1.klausur.string;
public class StringHelper {
/**
* Bestimmung der Geamtlänge einer Folge von Worten. Beispiel:
* Bestimmung der Gesamtlänge einer Folge von Worten. Beispiel:
*
* <code>{"Dies", " ist ", " kurz.", null} ist ein Array aus drei Strings und einem null Wert mit in Summe
* 4 + 5 + 6 + 0 = 15 Zeichen.</code>
......@@ -84,4 +84,4 @@ public class StringHelper {
return null; //TODO
}
}
\ No newline at end of file
}
......@@ -10,7 +10,7 @@ import java.util.TreeSet;
public class StringHelper {
/**
* Bestimmung der Geamtlänge einer Folge von Worten. Beispiel:
* Bestimmung der Gesamtlänge einer Folge von Worten. Beispiel:
*
* <code>{"Dies", " ist ", " kurz.", null} ist ein Array aus drei Strings und einem null Wert mit in Summe
* 4 + 5 + 6 + 0 = 15 Zeichen.</code>
......@@ -118,4 +118,4 @@ public class StringHelper {
return uniqueNonNullValues.toArray(new String[0]);
}
}
}
\ No newline at end of file
}
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