1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00

updating javadoc

This commit is contained in:
Chris Recoskie 2006-07-27 11:53:36 +00:00
parent 4ad6f2ff22
commit c994a0e5aa

View file

@ -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) {