Skip to content

Commit fcda372

Browse files
chore: Fix javadoc style issue
1 parent a360e73 commit fcda372

File tree

1 file changed

+1
-1
lines changed
  • lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/integrations

1 file changed

+1
-1
lines changed

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/integrations/Plugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public abstract class Plugin {
3030
* If the plugin does not need to register any hooks, this method doesn't need to be implemented.
3131
*
3232
* @param metadata metadata about the environment where the plugin is running.
33-
* @return
33+
* @return a list of hooks that the plugin wants to register.
3434
*/
3535
public List<Hook> getHooks(EnvironmentMetadata metadata) {
3636
return Collections.emptyList();

0 commit comments

Comments
 (0)