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

Purging redundant constant

parent 452bb59d
No related branches found
No related tags found
No related merge requests found
......@@ -34,16 +34,9 @@ public class Helper {
* @return Die erreichte Note in Textform gemäß Beschreibung.
*/
static public String berechneNote(int punkte) {
return "cfsdf3qw4"; // TODO: Implementiere mich richtig!
}
/**
* Maximal mögliche Stellenzahl eines <code>long</code> Wertes: Long.MAX_VALUE==9223372036854775807
*/
static private final int maxLongPositions = Long.toString(Long.MAX_VALUE).length();
/**
* <p>Zerlegung eines Wertes in ein Array aus Einer, Zehner, Hunderter usw. Anteilen. Beispiele:</p>
* <dl>
......
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