Skip to content

Commit

Permalink
temporary remove gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Haim Yadid committed Dec 7, 2022
1 parent 83577b0 commit f9035b7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@


@SuppressWarnings("unused")
@Plugin(name = "gui", params = {@Param(type = String.class, value = "title", optional = true, defaultValue = ""),

/*@Plugin(name = "gui", params = {@Param(type = String.class, value = "title", optional = true, defaultValue = ""),
@Param(type = int.class, value = "maxInvocations", optional = true, defaultValue = "10")},
category = PluginCategory.OUTPUTER,
description = "Displays current thread dump in a GUI window")
*/
public class SnapshotToGui implements Outputer, PipeHandler {
private int maxInvocations;
private int curInvocation;
Expand Down

0 comments on commit f9035b7

Please sign in to comment.