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

CHE-1108 remove creating ExternalFolderChange instance #1266

Merged
merged 1 commit into from
May 16, 2016
Merged

Conversation

evidolob
Copy link
Contributor

No description provided.

@@ -58,7 +58,7 @@ protected void classpathChanged(ClasspathChange change, boolean refreshExternalF
new ProjectReferenceChange(project, change.oldResolvedClasspath).updateProjectReferencesIfNecessary();
//
// and ensure that external folders are updated as well
new ExternalFolderChange(project, change.oldResolvedClasspath).updateExternalFoldersIfNecessary(refreshExternalFolder, null);
//new ExternalFolderChange(project, change.oldResolvedClasspath).updateExternalFoldersIfNecessary(refreshExternalFolder, null);

Copy link
Contributor

Choose a reason for hiding this comment

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

Remove please if this code is no longer needed. Or explain why it's commented.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's Eclipse code, I prefer to keep it for future update

Copy link
Contributor

Choose a reason for hiding this comment

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

+1

@vparfonov
Copy link
Contributor

ok

@evidolob evidolob merged commit 9401249 into master May 16, 2016
@evidolob evidolob deleted the CHE-1108 branch May 16, 2016 11:18
@codenvy-ci
Copy link

Build # 584 - FAILED

Please check console output at http://ci.codenvy-dev.com/jenkins/job/che-pullrequests-build/584/ to view the results.

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.

4 participants