Java Documentation bug?

The JavaDoc for BaseGame at the top is…



public abstract class BaseGame

extends AbstractGame

SimpleGame provides the …





while the JavaDoc for SimpleGame is…



public abstract class SimpleGame

extends BaseGame

DemoGame provides the simplest …



BaseGame seems to be describing SimpleGame when it should be describing itself, and SimpleGame describes DemoGame which doens’t even exist! Aaaaah

hehehe, whoops. There were some name changes a little while ago, and the documentation failed to be updated.