From c994a0e5aa251a6c7a36d8fa51bb32075f90b604 Mon Sep 17 00:00:00 2001 From: Chris Recoskie Date: Thu, 27 Jul 2006 11:53:36 +0000 Subject: [PATCH] updating javadoc --- .../src/org/eclipse/cdt/core/CConventions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CConventions.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CConventions.java index d0e73770ea1..2787a16ddc4 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CConventions.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/CConventions.java @@ -382,7 +382,6 @@ public class CConventions { * indicating why the given name is discouraged, * otherwise a status object indicating what is wrong with * the name - * @since 4.0 */ public static IStatus validateFileName(String name) { //TODO could use a prefs option for file naming conventions @@ -469,6 +468,7 @@ public class CConventions { * indicating why the given name is discouraged, * otherwise a status object indicating what is wrong with * the name + * @since 4.0 */ public static IStatus validateEnumName(String name) { if (name == null) {