diff --git a/src/main/java/io/harness/jhttp/ClassEmptyCG.java b/src/main/java/io/harness/jhttp/ClassEmptyCG.java new file mode 100644 index 00000000..b07911be --- /dev/null +++ b/src/main/java/io/harness/jhttp/ClassEmptyCG.java @@ -0,0 +1,13 @@ +package io.harness.jhttp; + +/** + * Introduced this class for verification of TI for empty CG + * + */ + + +public class ClassEmptyCG{ + static { + System.out.println("Loading ClassEmptyCG to test TI for empty CG"); + } +} \ No newline at end of file