Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2016-03-15 13:56:03 +0000
committerMarc Khouzam2016-03-15 13:56:03 +0000
commit9fcf731caa487849d51cdf156339fcf4071f2835 (patch)
tree1c3fea2788aa888d1723155853dea18f092c9c94
parentd8a5d3cc0ef21b30145663abc370013913023c0c (diff)
downloadorg.eclipse.cdt-9fcf731caa487849d51cdf156339fcf4071f2835.tar.gz
org.eclipse.cdt-9fcf731caa487849d51cdf156339fcf4071f2835.tar.xz
org.eclipse.cdt-9fcf731caa487849d51cdf156339fcf4071f2835.zip
Missing @since tag
-rw-r--r--build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/autotools/core/AutotoolsOptionConstants.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/autotools/core/AutotoolsOptionConstants.java b/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/autotools/core/AutotoolsOptionConstants.java
index 2068ad00fac..171bdb0c0ae 100644
--- a/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/autotools/core/AutotoolsOptionConstants.java
+++ b/build/org.eclipse.cdt.autotools.core/src/org/eclipse/cdt/autotools/core/AutotoolsOptionConstants.java
@@ -62,6 +62,9 @@ public class AutotoolsOptionConstants {
* @since 2.0
*/
public static final String CATEGORY_ENVVAR = "cat_envvar"; // $NON-NLS-1$
+ /**
+ * @since 2.0
+ */
public final static String OPT_ENVVAR = "env_vars"; // $NON-NLS-1$
}

Back to the top