converted logging to slf4j

This commit is contained in:
jomu
2016-01-04 16:56:38 +00:00
parent f957fb553f
commit e47d765a4b
3 changed files with 11 additions and 13 deletions

View File

@ -1,7 +1,3 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package de.muehlencord.shared.util.file;
import static de.muehlencord.shared.util.file.FileUtil.getFilesFromDirecotry;
@ -11,7 +7,6 @@ import java.net.URISyntaxException;
import java.net.URL;
import java.util.Iterator;
import java.util.List;
import static org.junit.Assert.assertEquals;
import org.junit.Ignore;
import org.junit.Test;