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 82cc390 commit 561bd2cCopy full SHA for 561bd2c
cf_cli_java_plugin.go
@@ -25,6 +25,9 @@ import (
25
"github.com/simonleung8/flags"
26
)
27
28
+// Assert that JavaPlugin implements plugin.Plugin.
29
+var _ plugin.Plugin = (*JavaPlugin)(nil)
30
+
31
// The JavaPlugin is a cf cli plugin that supports taking heap and thread dumps on demand
32
type JavaPlugin struct{}
33
0 commit comments