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 a360e73 commit fcda372Copy full SHA for fcda372
lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/integrations/Plugin.java
@@ -30,7 +30,7 @@ public abstract class Plugin {
30
* If the plugin does not need to register any hooks, this method doesn't need to be implemented.
31
*
32
* @param metadata metadata about the environment where the plugin is running.
33
- * @return
+ * @return a list of hooks that the plugin wants to register.
34
*/
35
public List<Hook> getHooks(EnvironmentMetadata metadata) {
36
return Collections.emptyList();
0 commit comments