Skip to content

Commit

Permalink
Added category in reset service
Browse files Browse the repository at this point in the history
  • Loading branch information
sma committed Nov 23, 2021
1 parent c08e56c commit 1557458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/sma/jmx/JMXServerTemplate.java
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public InfoTable GetMBeanContainerAttributesInfo(
return container.GetMBeanPropertyDefinitions();
}

@ThingworxServiceDefinition(name = "ResetC3p0Bean", description = "", category = "", isAllowOverride = false, aspects = {
@ThingworxServiceDefinition(name = "ResetC3p0Bean", description = "", category = "Jmx", isAllowOverride = false, aspects = {
"isAsync:false" })
@ThingworxServiceResult(name = "Result", description = "", baseType = "STRING", aspects = {})
public String ResetC3p0Bean() throws Exception {
Expand Down

0 comments on commit 1557458

Please sign in to comment.