first commit
This commit is contained in:
5
hrmsEjb/net/sf/jasperreports/engine/JRChild.java
Normal file
5
hrmsEjb/net/sf/jasperreports/engine/JRChild.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRChild extends JRVisitable, JRCloneable {
|
||||
Object clone(JRElementGroup paramJRElementGroup);
|
||||
}
|
Reference in New Issue
Block a user