We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e129b commit 23d6e64Copy full SHA for 23d6e64
1 file changed
src/main/java/the/bytecode/club/bytecodeviewer/api/ExceptionUI.java
@@ -42,7 +42,7 @@
42
43
public class ExceptionUI extends JFrameConsole
44
{
45
- public static final String KONLOCH = "https://github.com/Konloch/bytecode-viewer/issues or Konloch at https://the.bytcode.club or konloch@gmail.com";
+ public static final String KONLOCH = "https://github.com/Konloch/bytecode-viewer/issues or Konloch at https://the.bytecode.club or konloch@gmail.com";
46
public static final String SEND_STACKTRACE_TO = buildErrorLogHeader(KONLOCH);
47
public static final String SEND_STACKTRACE_TO_NL = SEND_STACKTRACE_TO + nl + nl;
48
0 commit comments