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 0c896e5 commit 9721b53Copy full SHA for 9721b53
java/src/main/java/ola/OlaClient.java
@@ -146,7 +146,7 @@ public PluginDescriptionReply getPluginDescription(int pluginId) {
146
* Return the state for a plugin.
147
*
148
* @param pluginId number of the plugin for which to receive the state
149
- * @return The list of plugings.
+ * @return The state of the plugin.
150
*/
151
public PluginStateReply getPluginState(int pluginId) {
152
PluginStateRequest request = Ola.PluginStateRequest.newBuilder()
0 commit comments