This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit e6815bde93b20b095d97191c8d20c8ed4fcbff1c Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jan 13 12:21:40 2016 +0100 Replace commons-lang import by commons-lang3 ! --- .../src/main/java/fr/ifremer/coselmar/beans/QuestionExportModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/QuestionExportModel.java b/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/QuestionExportModel.java index 518027c..3cc9ebe 100644 --- a/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/QuestionExportModel.java +++ b/coselmar-rest/src/main/java/fr/ifremer/coselmar/beans/QuestionExportModel.java @@ -23,7 +23,7 @@ package fr.ifremer.coselmar.beans; */ import com.google.common.base.Joiner; -import org.apache.commons.lang.StringUtils; +import org.apache.commons.lang3.StringUtils; import org.nuiton.csv.Common; import org.nuiton.csv.ValueFormatter; import org.nuiton.csv.ext.AbstractExportModel; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.