blob: 519980441d4216d0fb3b5bc60605969b82ac069c [file] [log] [blame]
/***************************************************************************************************
* Copyright (c) 2005, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
* Orcale Corporation - fixed getChildren()
**************************************************************************************************/
package org.eclipse.jst.jsf.facesconfig.internal.translator;
import org.eclipse.emf.ecore.EStructuralFeature;
/**
* @author xnjiang, itrimble
*
*/
public class FacetExtensionTranslator extends ExtensionTypeTranslator {
public FacetExtensionTranslator(String domNameAndPath, EStructuralFeature aFeature) {
super(domNameAndPath, aFeature); //$NON-NLS-1$
}
}