Skip to content

Commit fd0e518

Browse files
Update java/src/main/java/ola/OlaClient.java
Co-authored-by: Peter Newman <[email protected]>
1 parent 9721b53 commit fd0e518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/main/java/ola/OlaClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public PluginDescriptionReply getPluginDescription(int pluginId) {
145145
/**
146146
* Return the state for a plugin.
147147
*
148-
* @param pluginId number of the plugin for which to receive the state
148+
* @param pluginId number of the plugin to fetch the state of
149149
* @return The state of the plugin.
150150
*/
151151
public PluginStateReply getPluginState(int pluginId) {

0 commit comments

Comments
 (0)