New J2K: add multi-file conversion tests from old j2k
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
package test;
|
||||
|
||||
public class Acceptor {
|
||||
private Face face;
|
||||
|
||||
public Face getFace() {
|
||||
return face;
|
||||
}
|
||||
|
||||
public void setFace(Face face) {
|
||||
this.face = face;
|
||||
}
|
||||
|
||||
public void acceptFace(Face face) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user