blob: 03f0602c563ad5544d06d7b30ac6f52d9b081bbf [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 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 - Initial API and implementation
*******************************************************************************/
package org.eclipse.ptp.rdt.ui.preferences;
/**
* @since 4.0
*/
public final class PreferenceConstants {
private PreferenceConstants() {}
public static final String INDEXER_ERRORS_DISPLAY_LIMIT = "org.eclipse.ptp.rdt.ui.INDEXER_ERRORS_DISPLAY_LIMIT"; //$NON-NLS-1$
}