/* * 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 v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ 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 { }