Closed
Description
This issue was originally filed by [email protected]
interface OutOfBeerException extends Exception {
String get brand();
}
becomes
exception OutOfBeer { // interface
String get brand();
}
This issue was originally filed by [email protected]
interface OutOfBeerException extends Exception {
String get brand();
}
becomes
exception OutOfBeer { // interface
String get brand();
}