Skip to content

Commit 561bd2c

Browse files
committed
assert interface
1 parent 82cc390 commit 561bd2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cf_cli_java_plugin.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ import (
2525
"github.com/simonleung8/flags"
2626
)
2727

28+
// Assert that JavaPlugin implements plugin.Plugin.
29+
var _ plugin.Plugin = (*JavaPlugin)(nil)
30+
2831
// The JavaPlugin is a cf cli plugin that supports taking heap and thread dumps on demand
2932
type JavaPlugin struct{}
3033

0 commit comments

Comments
 (0)