blob: 67443ef2a0b41c1a1d1d351cc6270d20aaff9dbd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Kichwa Coders and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
package org.eclipse.ease.ui.completions.java;
public class EaseUICompletionsJavaFragment {
public static final String FRAGMENT_ID = "org.eclipse.ease.ui.completions.java";
}