IDEMPIERE-638 Fix replacing Logger with CLogger / remove warnings

This commit is contained in:
Carlos Ruiz 2013-03-17 15:56:38 -05:00
parent 0ca5c9ea46
commit 6998c63e9b
4 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -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

View File

@ -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;
/**

View File

@ -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;