mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
updating javadoc
This commit is contained in:
parent
4ad6f2ff22
commit
c994a0e5aa
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue