From 4ad6f2ff221de4ec0440d3f5b8411378ae02c11f Mon Sep 17 00:00:00 2001 From: Chris Recoskie Date: Thu, 27 Jul 2006 11:52:44 +0000 Subject: [PATCH] updating javadoc --- .../src/org/eclipse/cdt/core/CConventions.java | 1 + 1 file changed, 1 insertion(+) 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 a8d8460f51e..d0e73770ea1 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,6 +382,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 validateFileName(String name) { //TODO could use a prefs option for file naming conventions