Suppress an useless import avoid Java 6 build

This commit is contained in:
Poum 2015-12-23 22:55:48 +01:00
parent 318f674c01
commit 651db7f320

View file

@ -24,7 +24,6 @@ import static org.libreplan.web.I18nHelper._;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Objects;
import org.apache.commons.logging.LogFactory;
import org.libreplan.business.common.exceptions.InstanceNotFoundException;