blob: a12ea8ebe64c554e078fefec080aaf7f67db33cf [file] [log] [blame]
/**
* Copyright (c) 2008 Oracle 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:
* Oracle Corporation - initial API and implementation
*/
package org.eclipse.jst.jsf.apache.trinidad.tagsupport.elementedit;
import org.eclipse.jst.pagedesigner.elementedit.AbstractElementEdit;
/**
* Default IElementEdit implementation for Trinidad core tag library.
*
* @author Ian Trimble - Oracle
*/
public class DefaultTrinidadCoreElementEdit extends AbstractElementEdit {
/*
* Currently no default behaviour, but likely we will add some.
* Delete this comment when functionality added.
*/
}