Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -16,13 +16,8 @@
*/
public final class CoreSourceSection extends NullSourceSection {

private final String className;
private final String methodName;

public CoreSourceSection(String className, String methodName) {
super("core", String.format("%s#%s", className, methodName));
this.className = className;
this.methodName = methodName;
}

}

0 comments on commit b483e10

Please sign in to comment.