Created
May 31, 2014 01:17
-
-
Save manjuraj/cc2a180ee9637ecc95b1 to your computer and use it in GitHub Desktop.
renaming java collection imports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.{Map ⇒ JMap} | |
import java.util.{List ⇒ JList} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment