first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package net.sf.jasperreports.engine.fill;
|
||||
|
||||
public abstract class JRAbstractExtendedIncrementerFactory implements JRExtendedIncrementerFactory {
|
||||
public JRIncrementer getIncrementer(byte calculation) {
|
||||
return getExtendedIncrementer(calculation);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user