blob: 8da6c05d7d449ee58c0c17000172156ccbc43da6 [file] [log] [blame]
/*
* Copyright (c) 2010, 2012 JBoss, Inc. and others
* 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/
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.eclipse.bpel.ui.adapters;
import org.eclipse.bpel.model.adapters.BasicEObjectaAdapter;
/*
* This adds the INamespace adapter to PropertyAlias objects (required for the XPath expression editor)
*
* @see https://bugs.eclipse.org/bugs/show_bug.cgi?id=330813
* @see https://jira.jboss.org/browse/JBIDE-7107
* @author Bob Brodt
* @date Oct 12, 2010
*/
public class PropertyAliasAdapter extends BasicEObjectaAdapter {
}