From 3ba3e7048fd9fda044e7f548c7aa40e2652705b9 Mon Sep 17 00:00:00 2001 From: Aishwarya Lad Date: Tue, 28 Nov 2023 13:39:13 -0800 Subject: [PATCH] check 2 --- src/main/java/io/harness/jhttp/ClassEmptyCG.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/main/java/io/harness/jhttp/ClassEmptyCG.java 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