Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix End Game Issues #4681

Merged
merged 5 commits into from
Oct 26, 2020
Merged

Fix End Game Issues #4681

merged 5 commits into from
Oct 26, 2020

Conversation

Flanker32
Copy link
Member

Copy link
Contributor

@shenqianjin shenqianjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM~

@Flanker32 Flanker32 changed the base branch from develop to release October 26, 2020 03:06
@@ -69,14 +69,14 @@ public void setFileFilter(final Condition<? super VirtualFile> filter) {
this.fileFilter = filter;
}

public synchronized void refreshItems(AzureArtifactType defaultArtifactType, String artifactIdentifier) {
public synchronized void refreshItems(AzureArtifact defaultArtifact) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems can be simplified by reusing super's setValue method,
let's consider refactor this part in next release.

@Flanker32 Flanker32 merged commit 0ac10ba into microsoft:release Oct 26, 2020
@Flanker32 Flanker32 deleted the hanxiao/fix branch October 26, 2020 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants