Skip to content

Instantly share code, notes, and snippets.

@manjuraj
Created May 31, 2014 01:17
Show Gist options
  • Save manjuraj/cc2a180ee9637ecc95b1 to your computer and use it in GitHub Desktop.
Save manjuraj/cc2a180ee9637ecc95b1 to your computer and use it in GitHub Desktop.
renaming java collection imports
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