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

[patch] remove harmful unused imports #93

Closed
gissuebot opened this issue Jul 7, 2014 · 2 comments
Closed

[patch] remove harmful unused imports #93

gissuebot opened this issue Jul 7, 2014 · 2 comments

Comments

@gissuebot
Copy link

From pkozelka on April 18, 2007 08:21:19

file "SpringIntegrationTest.java" contains import of
"com.google.inject.PerformanceComparison.TeeImpl" which introduces bad
dependency on test part of guice core.
Attached patch also removes another unused dependency.

Attachment: gist
   remove-imports-patch.txt

Original issue: http://code.google.com/p/google-guice/issues/detail?id=93

@gissuebot
Copy link
Author

From kevinb9n on April 20, 2007 07:35:22

thanks very much.  and thank for the patch -- though, I just used IDEA to optimize
all the imports in the project.  I confirmed that it did nuke your two.

Resolved by r316 .

Status: Fixed

@gissuebot
Copy link
Author

From kevinb9n on April 20, 2007 07:36:09

(No comment was entered for this change.)

Labels: 1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant