Skip to content

Commit

Permalink
Remove usages of commons-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Jan 18, 2023
1 parent 3746c3b commit 6bac8fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
package ubic.gemma.core.association.phenotype;

import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import ubic.gemma.core.annotation.reference.BibliographicReferenceService;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package ubic.gemma.persistence.service.common.description;

import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package ubic.gemma.web.controller;

import gemma.gsec.util.SecurityUtil;
import org.apache.commons.lang.exception.ExceptionUtils;
import org.apache.commons.lang3.exception.ExceptionUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.time.StopWatch;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down

0 comments on commit 6bac8fe

Please sign in to comment.