Skip to content
Snippets Groups Projects
Commit e10a9718 authored by Cyril Dangerville's avatar Cyril Dangerville
Browse files

- Fixed unused imports

parent 40da5dcb
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@
package org.ow2.authzforce.xacml.json.model.test;
import java.io.*;
import java.net.URISyntaxException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.util.AbstractMap;
......
......@@ -33,7 +33,6 @@ import org.testng.annotations.Test;
import javax.xml.bind.JAXBException;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment