Fix JDK 8 ambiguity with wildcard imports.
java.util.* and org.jivesoftware.util.* both import Base64 class. The compiler cannot know which one to use. Error message is: both class java.util.Base64 in java.util and class org.jivesoftware.util.Base64 in org.jivesoftware.util match
Showing
Please register or sign in to comment