computist
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 11
-
Created How to refactor an import statement with something of multiple lines?
I want to replace import org.apache.log4j.Logger;with import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.LogManager;What's the proper way of doing this in IntelliJ IDEA?...