Skip to content

Commit

Permalink
Update java/src/main/java/ola/OlaClient.java
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Newman <[email protected]>
  • Loading branch information
moritzvieli and peternewman authored Dec 9, 2024
1 parent 9721b53 commit fd0e518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/main/java/ola/OlaClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public PluginDescriptionReply getPluginDescription(int pluginId) {
/**
* Return the state for a plugin.
*
* @param pluginId number of the plugin for which to receive the state
* @param pluginId number of the plugin to fetch the state of
* @return The state of the plugin.
*/
public PluginStateReply getPluginState(int pluginId) {
Expand Down

0 comments on commit fd0e518

Please sign in to comment.