Enable PMD rule UnnecessaryImport and fix violations

This commit is contained in:
Manuel Fuhr 2022-11-13 12:21:56 +01:00
parent 9d0703f898
commit c75a8cb703
19 changed files with 15 additions and 58 deletions

View file

@ -1,12 +1,11 @@
package btools.expressions;
import java.util.*;
import java.io.*;
import java.net.URL;
import org.junit.Assert;
import org.junit.Test;
import java.io.File;
import java.net.URL;
public class EncodeDecodeTest {
@Test
public void encodeDecodeTest() {