Project

General

Profile

« Previous | Next » 

Revision a27635bd

Added by Andreas Müller over 1 year ago

ref #10072 adapt vaadin to log4j2 and cleanup

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/util/SQLUtils.java
12 12
import java.sql.SQLException;
13 13
import java.util.Locale;
14 14

  
15
import org.apache.log4j.Logger;
16

  
17 15
/**
18 16
 *
19 17
 * The methods correctCase and isEscaped have been inspired from the
......
25 23
 */
26 24
public class SQLUtils {
27 25

  
28
    @SuppressWarnings("unused")
29
    private static final Logger logger = Logger.getLogger(SQLUtils.class);
30

  
31 26
    public static String correctCase(final String databaseIdentifier, DatabaseMetaData databaseMetaData) throws SQLException
32 27
    {
33 28
        String resultIdentifier = databaseIdentifier;

Also available in: Unified diff