branch develop updated (9840659 -> e6815bd)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 9840659 fixes #7853 fix search engine on Users new e6815bd Replace commons-lang import by commons-lang3 ! The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e6815bde93b20b095d97191c8d20c8ed4fcbff1c Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jan 13 12:21:40 2016 +0100 Replace commons-lang import by commons-lang3 ! Summary of changes: .../src/main/java/fr/ifremer/coselmar/beans/QuestionExportModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm