/** * The body of this block is the configuration block. * @return ConfBlock.class */ @Override protected Class<? extends SubView> content() { return ConfBlock.class; }
/** * The body of this block is the configuration block. * @return HsConfBlock.class */ @Override protected Class<? extends SubView> content() { return ConfBlock.class; }