Skip to content

Remove .* style imports and replace with explicit imports. #42

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

Merged
merged 1 commit into from
Aug 8, 2011

Conversation

kevinsawicki
Copy link
Contributor

I performed a Eclipse organize imports on all the com.mongo packages using
the import order file checked in to the repository.

Being explicit with import statements makes class dependencies clearer to
developers new to the code base since they can simply scan the top of a class
file to know what dependencies a class has outside of its package.

nzrgit pushed a commit that referenced this pull request Aug 8, 2011
Remove .* style imports and replace with explicit imports.
@nzrgit nzrgit merged commit c60a364 into mongodb:master Aug 8, 2011
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.

2 participants