Skip to content

Commit

Permalink
6670: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage22 committed Jan 22, 2020
1 parent 9a5d526 commit 3f9ec08
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -82,8 +82,7 @@

public class FlameGraphView extends ViewPart implements ISelectionListener {
private static final String UNCLASSIFIABLE_FRAME = getStacktraceMessage(STACKTRACE_UNCLASSIFIABLE_FRAME);
private static final String UNCLASSIFIABLE_FRAME_DESC = getStacktraceMessage(
STACKTRACE_UNCLASSIFIABLE_FRAME_DESC);
private static final String UNCLASSIFIABLE_FRAME_DESC = getStacktraceMessage(STACKTRACE_UNCLASSIFIABLE_FRAME_DESC);
private static final String HTML_PAGE;
static {
// from: https://cdn.jsdelivr.net/gh/spiermar/d3-flame-graph@2.0.3/dist/d3-flamegraph.css
Expand Down

0 comments on commit 3f9ec08

Please sign in to comment.