Incompatible types: found TSDNAdminNonSil lyPerson required, SillyPerson (Jos)
Duh:
[code=java]
public interface Defenestratable {
public void defenestrate();
}
...
public class TSDNAdminNonSil lyPerson implements Defenestratable {
...
}
[/code]
[code=java]
public interface Defenestratable {
public void defenestrate();
}
...
public class TSDNAdminNonSil lyPerson implements Defenestratable {
...
}
[/code]
kind regards,
Jos ;-)
Argh, alright I give up. I'm cooked. There should not be allowed a reasonable implemention of the defenestrate method.
Next time I'll choose the pink axe first ...
Comment