Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2013-11-26 04:12:01 +0000
committerSergey Prigogin2013-12-06 20:01:12 +0000
commitecf7d25dd9a3059809d7ecf19a0bcdb562604382 (patch)
tree04a43f35268d2d5ffb3e0f821f15e9f50ef1512b /codan/org.eclipse.cdt.codan.core
parent1a4e509e0d83f1ad2675e88c8542a2d1be1e646a (diff)
downloadorg.eclipse.cdt-ecf7d25dd9a3059809d7ecf19a0bcdb562604382.tar.gz
org.eclipse.cdt-ecf7d25dd9a3059809d7ecf19a0bcdb562604382.tar.xz
org.eclipse.cdt-ecf7d25dd9a3059809d7ecf19a0bcdb562604382.zip
Cosmetics.
Diffstat (limited to 'codan/org.eclipse.cdt.codan.core')
-rw-r--r--codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/PreferenceConstants.java9
1 files changed, 2 insertions, 7 deletions
diff --git a/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/PreferenceConstants.java b/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/PreferenceConstants.java
index c730e9e1380..6f887d3e020 100644
--- a/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/PreferenceConstants.java
+++ b/codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/core/PreferenceConstants.java
@@ -1,22 +1,17 @@
/*******************************************************************************
- * Copyright (c) 2009, 2010 Alena Laskavaia
+ * Copyright (c) 2009, 2010 Alena Laskavaia
* 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:
- * Alena Laskavaia - initial API and implementation
+ * Alena Laskavaia - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.codan.core;
/**
* Constant definitions for plug-in preferences
- * <p>
- * <strong>EXPERIMENTAL</strong>. This class or interface has been added as part
- * of a work in progress. There is no guarantee that this API will work or that
- * it will remain the same.
- * </p>
*/
public class PreferenceConstants {
public static final String P_RUN_ON_BUILD = "onBuild"; //$NON-NLS-1$

Back to the top