You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/02/03 22:21:18 UTC

[GitHub] [commons-lang] aymen94 opened a new pull request #491: Removed unused imports

aymen94 opened a new pull request #491: Removed unused imports
URL: https://github.com/apache/commons-lang/pull/491
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-lang] namannigam commented on a change in pull request #491: Removed unused imports

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [commons-lang] namannigam commented on a change in pull request #491: Removed unused imports

Posted by GitBox <gi...@apache.org>.
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

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services