Skip to content

Commit 9721b53

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

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
@@ -146,7 +146,7 @@ public PluginDescriptionReply getPluginDescription(int pluginId) {
146146
* Return the state for a plugin.
147147
*
148148
* @param pluginId number of the plugin for which to receive the state
149-
* @return The list of plugings.
149+
* @return The state of the plugin.
150150
*/
151151
public PluginStateReply getPluginState(int pluginId) {
152152
PluginStateRequest request = Ola.PluginStateRequest.newBuilder()

0 commit comments

Comments
 (0)