public int alkohholgehaltInMl() {
        return (int) (Math.round((this.ml * alkoholgehalt) / 100));
}

Die Methode heißt falsch bzw. Tippfehler.

...zur Antwort