Skip to content

Commit 13576d1

Browse files
remove unnecessary @AzureOperation.
1 parent 17413ac commit 13576d1

File tree

1 file changed

+0
-1
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/java/com/microsoft/azure/toolkit/intellij/common/component

1 file changed

+0
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/java/com/microsoft/azure/toolkit/intellij/common/component/Tree.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ public IView.Label getInlineActionView() {
128128
}
129129

130130
@Override
131-
@AzureOperation(name = "common.refresh_view.node", params = "this.getLabel()", type = AzureOperation.Type.ACTION)
132131
public void refreshView() {
133132
synchronized (this.tree) {
134133
final DefaultTreeModel model = (DefaultTreeModel) this.tree.getModel();

0 commit comments

Comments
 (0)