blob: 7d23b29c6628f6ed04f613d2b54ade5b28f211db [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 THALES GLOBAL SERVICES.
* 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:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.sirius.editor.assist.content;
import org.eclipse.sirius.ui.tools.api.assist.IAssistContentProvider;
import org.eclipse.sirius.ui.tools.api.assist.TextContentProposalProvider;
/**
* Only extends the right interface.
*
* @author mchauvin
*/
public class SiriusTextContentProposalProvider extends TextContentProposalProvider implements IAssistContentProvider {
}