This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository bow. See http://git.chorem.org/bow.git commit e73fa4105c785a395bd9bb3d170f27ac1948e388 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Fri Jul 31 04:26:54 2015 +0200 add shell script to compute password as same way that bookmarklet --- bow-ui/src/main/java/org/chorem/bow/BowUtils.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/bow-ui/src/main/java/org/chorem/bow/BowUtils.java b/bow-ui/src/main/java/org/chorem/bow/BowUtils.java index 94b328e..d151d4a 100644 --- a/bow-ui/src/main/java/org/chorem/bow/BowUtils.java +++ b/bow-ui/src/main/java/org/chorem/bow/BowUtils.java @@ -22,10 +22,8 @@ package org.chorem.bow; import com.github.rjeschke.txtmark.Configuration; import com.github.rjeschke.txtmark.Processor; -import java.io.File; import java.net.URI; import java.net.URL; -import java.net.URLEncoder; import org.apache.commons.lang3.ArrayUtils; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.time.DateFormatUtils; @@ -39,7 +37,6 @@ import java.util.Set; import java.util.UUID; import org.apache.commons.codec.binary.Base64; import org.apache.commons.collections.CollectionUtils; -import org.apache.commons.io.FileUtils; import org.apache.commons.io.IOUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.