Clean code.
This commit is contained in:
parent
eabdc733d6
commit
be050084d6
1 changed files with 0 additions and 3 deletions
|
@ -24,7 +24,6 @@ import org.slf4j.LoggerFactory;
|
|||
import fr.devinsy.statoolinfos.checker.PropertyCheck;
|
||||
import fr.devinsy.statoolinfos.checker.PropertyChecks;
|
||||
import fr.devinsy.statoolinfos.core.StatoolInfosException;
|
||||
import fr.devinsy.strings.StringList;
|
||||
import fr.devinsy.xidyn.XidynException;
|
||||
import fr.devinsy.xidyn.data.TagDataManager;
|
||||
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
||||
|
@ -60,8 +59,6 @@ public class PropertyFileCheckPage
|
|||
//
|
||||
data.setContent("statsTitle", title);
|
||||
|
||||
StringList lines = new StringList();
|
||||
|
||||
int index = 0;
|
||||
for (PropertyCheck check : checks)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue