blob: 2c5b213d332c01c40277b17a763d53da7c35a963 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2006 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.ltk.internal.core.refactoring;
/**
* Constants for refactoring preferences keys.
*
* @since 3.2
*/
public final class RefactoringPreferenceConstants {
/** The shared refactoring history preference */
public static final String PREFERENCE_SHARED_REFACTORING_HISTORY= "org.eclipse.ltk.core.refactoring.enable.project.refactoring.history"; //$NON-NLS-1$
private RefactoringPreferenceConstants() {
// Not for instantiation
}
}