Skip to content

Commit 3b1a451

Browse files
committed
refactor codes.
1 parent c3277d7 commit 3b1a451

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ public class SqlServerDatabaseComboBox extends AzureComboBox<SqlDatabaseEntity>
1818

1919
private ISqlServer server;
2020

21-
public void setSubscription(ISqlServer server) {
22-
if (Objects.equals(server, this.server)) {
23-
return;
24-
}
25-
this.refreshItems();
26-
}
27-
2821
public void setServer(ISqlServer server) {
2922
if (Objects.equals(server, this.server)) {
3023
return;

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/toolkit/intellij/sqlserver/properties/SqlServerPropertyView.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
import java.util.List;
4444
import java.util.Map;
4545

46+
/**
47+
* TODO (qianjin): shared common code
48+
*/
4649
public class SqlServerPropertyView extends BaseEditor implements MvpView {
4750

4851
public static final String ID = "com.microsoft.azure.toolkit.intellij.sqlserver.properties.SqlServerPropertyView";

0 commit comments

Comments
 (0)