/* * Copyright (C) 2006-2016 DLR, Germany * * All rights reserved * * http://www.rcenvironment.de/ */ package de.rcenvironment.components.database.execution; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; /** * Database component utility class. * * @author Oliver Seebach */ public class DatabaseComponentUtils { protected final Log logger = LogFactory.getLog(getClass()); }