We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11710a1 + 02a532c commit 02164b4Copy full SHA for 02164b4
1 file changed
transformation/src/main/java/org/transformation/factory/TransformationFile.java
@@ -4,6 +4,8 @@
4
import nl.memorix_maior.api.rest._3.Memorix;
5
import nl.mindbus.a2a.A2AType;
6
import org.apache.logging.log4j.Level;
7
+import org.apache.logging.log4j.LogManager;
8
+import org.apache.logging.log4j.Logger;
9
import org.apache.logging.log4j.io.IoBuilder;
10
import org.csuc.core.HDFS;
11
import org.csuc.deserialize.JaxbUnmarshal;
@@ -25,6 +27,8 @@
25
27
26
28
public class TransformationFile implements Transformation {
29
30
+ private Logger logger = LogManager.getLogger(getClass());
31
+
32
private Class<?>[] classType;
33
private Path input;
34
0 commit comments