blob: 83948265ef19ae6c228e07304fad0a4b4d06ba8c [file] [log] [blame]
/******************************************************************************
* Copyright � 2010-2011 Austin Riddle
* 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:
* Austin Riddle - initial API and implementation
*
*****************************************************************************/
package org.eclipse.rap.rwt.visualization.jit.internal;
public abstract class JITGraphLCA extends JITWidgetLCA {
//empty implementation now
}