Skip to content

Commit db2b7d8

Browse files
committed
add todo to track for refacor.
1 parent ad06bb4 commit db2b7d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/toolkit/intellij/sqlserver/common/SqlServerDatabaseComboBox.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
import java.util.List;
1515
import java.util.Objects;
1616

17+
/**
18+
* TODO: refactor together with DatabaseComboBox.
19+
*/
1720
public class SqlServerDatabaseComboBox extends AzureComboBox<SqlDatabaseEntity> {
1821

1922
private ISqlServer server;

0 commit comments

Comments
 (0)