Skip to content

Commit f6ed53f

Browse files
committed
Add todo item
1 parent 4b5075f commit f6ed53f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utils/azure-explorer-common/src/com/microsoft/tooling/msservices/serviceexplorer/DelegateActionListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public void actionPerformed(NodeActionEvent e) {
7777
}
7878
};
7979
final Object project = e.getAction().getNode().getProject();
80+
// todo: Add titles properties for services in common library
8081
AzureTask task = new AzureTask(project, new IAzureOperationTitle.Simple(progressMessage) {
8182
@Override
8283
public String getName() {

0 commit comments

Comments
 (0)