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

Remove unused import sun.misc.CompoundEnumeration #36

Merged
merged 1 commit into from
May 8, 2018

Conversation

gayanW
Copy link
Collaborator

@gayanW gayanW commented May 8, 2018

Import sun.misc.CompoundEnumeration is unused in modules/java.base/java/lang/ClassLoader.java

And also ClassLoader and CompoundEnumeration both belongs to the same package, java.lang.
And we don't have any model class that overrides it.

Thus it is not required that we explicitly import it.

Fixes: #35

Import sun.misc.CompoundEnumeration is unused in modules/java.base/java/lang/ClassLoader.java

And also ClassLoader and CompoundEnumeration both belongs to the same package, java.lang.
And we don't have any model class that overrides it.

Thus it is not required that we explicitly import it.

Fixes: javapathfinder#35
@cyrille-artho cyrille-artho merged commit 710d8cf into javapathfinder:java-10 May 8, 2018
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