This is an automated email from the ASF dual-hosted git repository.
jhorvath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 3e79500397 action id of OpenServiceConsoleAction fixed to match its
FQN and corresponding LSP command (#5703)
3e79500397 is described below
commit 3e79500397c2c6ca9716049911251fc8e3ba5cdf
Author: Tomas Hurka <[email protected]>
AuthorDate: Mon Mar 27 13:31:15 2023 +0200
action id of OpenServiceConsoleAction fixed to match its FQN and
corresponding LSP command (#5703)
---
.../netbeans/modules/cloud/oracle/actions/OpenServiceConsoleAction.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/OpenServiceConsoleAction.java
b/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/OpenServiceConsoleAction.java
index ad2a6df0b9..2bf9e01833 100644
---
a/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/OpenServiceConsoleAction.java
+++
b/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/actions/OpenServiceConsoleAction.java
@@ -33,7 +33,7 @@ import org.openide.util.NbBundle.Messages;
@ActionID(
category = "Tools",
- id = "org.netbeans.modules.cloud.oracle.OpenServiceConsoleAction"
+ id =
"org.netbeans.modules.cloud.oracle.actions.OpenServiceConsoleAction"
)
@ActionRegistration(
displayName = "#CTL_OpenServiceConsoleAction"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists