IDEMPIERE-638 Fix replacing Logger with CLogger / remove warnings
This commit is contained in:
parent
0ca5c9ea46
commit
6998c63e9b
|
@ -23,7 +23,6 @@ import java.security.MessageDigest;
|
|||
import java.security.NoSuchAlgorithmException;
|
||||
import java.sql.Timestamp;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import javax.crypto.Cipher;
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@ import java.io.UnsupportedEncodingException;
|
|||
import java.security.NoSuchAlgorithmException;
|
||||
import java.util.Properties;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
/**
|
||||
* Security Engine
|
||||
|
|
|
@ -4,10 +4,9 @@ import java.io.BufferedReader;
|
|||
import java.io.IOException;
|
||||
import java.io.InputStreamReader;
|
||||
import java.net.URL;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import org.apache.ecs.Printable;
|
||||
import org.apache.ecs.MultiPartElement;
|
||||
import org.apache.ecs.Printable;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -26,7 +26,6 @@ import java.util.Iterator;
|
|||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
import javax.swing.Action;
|
||||
import javax.swing.ActionMap;
|
||||
|
|
Loading…
Reference in New Issue