namannigam commented on a change in pull request #491: Removed unused imports URL: https://github.com/apache/commons-lang/pull/491#discussion_r374476768
########## File path: src/main/java/org/apache/commons/lang3/ObjectUtils.java ########## @@ -16,6 +16,10 @@ */ package org.apache.commons.lang3; +import org.apache.commons.lang3.exception.CloneFailedException; Review comment: these are not removed anyway (just optimized by an IDE maybe?) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
