first commit
This commit is contained in:
11
hrmsEjb/jxl/biff/formula/Plus.java
Normal file
11
hrmsEjb/jxl/biff/formula/Plus.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package jxl.biff.formula;
|
||||
|
||||
class Plus extends StringOperator {
|
||||
Operator getBinaryOperator() {
|
||||
return new Add();
|
||||
}
|
||||
|
||||
Operator getUnaryOperator() {
|
||||
return new UnaryPlus();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user