blob: f602bc9799f2c3373c6af6ca052fd03c4548a018 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2005 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
****************************************************************************/
package org.eclipse.gmf.runtime.gef.ui.internal.palette;
/**
* @author melaasar
*
* The palette separator class implementsing <code>PaletteIdentity</code>
*/
public class PaletteSeparator
extends org.eclipse.gef.palette.PaletteSeparator {
/**
* Creates a new Palette Separator
* @param id
*/
public PaletteSeparator(String id) {
super(id);
}
}