first commit
This commit is contained in:
15
hrmsEjb/jxl/CellFeatures.java
Normal file
15
hrmsEjb/jxl/CellFeatures.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package jxl;
|
||||
|
||||
import jxl.biff.BaseCellFeatures;
|
||||
|
||||
public class CellFeatures extends BaseCellFeatures {
|
||||
public CellFeatures() {}
|
||||
|
||||
protected CellFeatures(CellFeatures cf) {
|
||||
super(cf);
|
||||
}
|
||||
|
||||
public String getComment() {
|
||||
return super.getComment();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user