blob: b07dc02db87282e794064ba7518b2f688e45f9a4 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2013 Oracle. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0, which accompanies this distribution
* and is available at https://www.eclipse.org/legal/epl-2.0/.
*
* Contributors:
* Oracle - initial API and implementation
******************************************************************************/
package org.eclipse.jpt.jpa.eclipselink.core.internal.context.persistence;
import org.eclipse.jpt.jpa.core.jpa2.context.persistence.PersistenceUnit2_0;
/**
* EclipseLink 2.0 logging
*/
public class EclipseLinkLoggingImpl2_0
extends EclipseLinkAbstractLogging2_0
{
// ********** constructors **********
public EclipseLinkLoggingImpl2_0(PersistenceUnit2_0 parent) {
super(parent);
}
}