We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0113d25 commit 9a56c68Copy full SHA for 9a56c68
src/main/java/gr/gousiosg/javacg/stat/ClassVisitor.java
@@ -49,7 +49,7 @@ public class ClassVisitor extends EmptyVisitor {
49
public ClassVisitor(JavaClass jc) {
50
clazz = jc;
51
constants = new ConstantPoolGen(clazz.getConstantPool());
52
- classReferenceFormat = "C:" + clazz.getClassName() + ":%s";
+ classReferenceFormat = "C:" + clazz.getClassName() + " %s";
53
}
54
55
public void visitJavaClass(JavaClass jc) {
0 commit comments