Skip to content

Commit ec1b600

Browse files
committed
1.1.1
1 parent e1efe9d commit ec1b600

File tree

1 file changed

+0
-13
lines changed
  • runner-feedback-agent/src/main/java/com/github/izerui/context

1 file changed

+0
-13
lines changed

runner-feedback-agent/src/main/java/com/github/izerui/context/Context.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@
33
import com.github.izerui.AgentProperties;
44
import com.github.izerui.ansi.AnsiColor;
55
import com.github.izerui.ansi.AnsiOutput;
6-
import lombok.SneakyThrows;
76
import org.objectweb.asm.Opcodes;
87
import org.yaml.snakeyaml.Yaml;
98

10-
import java.util.HashMap;
11-
import java.util.Map;
129
import java.util.UUID;
1310

1411
public final class Context {
@@ -21,9 +18,6 @@ public final class Context {
2118
public final static int ASM_VERSION = Opcodes.ASM9;
2219

2320

24-
25-
26-
2721
static {
2822
Yaml yaml = new Yaml();
2923
properties = yaml.loadAs(ClassLoader.getSystemResourceAsStream("feedback.yaml"), AgentProperties.class);
@@ -49,13 +43,6 @@ public static void printAfterAgent() {
4943
}
5044

5145

52-
53-
54-
55-
56-
57-
58-
5946
public static final String[] TRACE_CHARS = new String[]{"a", "b", "c", "d", "e", "f",
6047
"g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s",
6148
"t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5",

0 commit comments

Comments
 (0)