oh no java doc please no

This commit is contained in:
nora 2020-11-25 21:35:49 +01:00
parent e75e146d67
commit 1bd6dda157
2 changed files with 4 additions and 1 deletions

View file

@ -23,7 +23,7 @@ public class DecimalNumber {
/** /**
* Create a new DecimalNumber directly from a String. No more stupid parsing, just stupid exceptions! * Create a new DecimalNumber directly from a String. No more stupid parsing, just stupid exceptions!
* @param s The string * @param s the thing with funny chars I forgot the name it was something long and thin
* @throws ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException yeah it does actually throw that good luck catching it * @throws ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException yeah it does actually throw that good luck catching it
*/ */
public DecimalNumber(String s) throws ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException { public DecimalNumber(String s) throws ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException {

View file

@ -1,3 +1,6 @@
/**
* Sometimes I ask myself what is wrong with me but I always get a {@code ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException} instead of an answer
*/
public class ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException extends Exception{ public class ValueShouldProbablyActuallyBeANumberAndNotSomeWeirdGibberishDumbProgrammerException extends Exception{
@Override @Override
public void printStackTrace() { public void printStackTrace() {