package jxl;

import jxl.biff.BaseCellFeatures;

/* JADX INFO: loaded from: classes.dex */
public class CellFeatures extends BaseCellFeatures {
    public CellFeatures() {
    }

    @Override // jxl.biff.BaseCellFeatures
    public String getComment() {
        return super.getComment();
    }

    @Override // jxl.biff.BaseCellFeatures
    public String getDataValidationList() {
        return super.getDataValidationList();
    }

    protected CellFeatures(CellFeatures cellFeatures) {
        super(cellFeatures);
    }
}
