blob: 53e0eb4279e16c4fcb2d8c62ec457bd5625848aa [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008-2011 Chair for Applied Software Engineering,
* Technische Universitaet Muenchen.
* 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:
******************************************************************************/
package org.eclipse.emf.ecp.common.preferences;
/**
* Preferences constants for ECP.
*
* @author Hodaie
*/
public final class ECPPreferenceConstants {
/**
* Assignee Recommendation.
*/
public static final String ENABLE_ASSIGNEE_RECOMMENDATION = "assigneeRecommendation.enable";
/**
* private constructor.
*
* @param value constant value
*/
private ECPPreferenceConstants(String value) {
}
}