1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2009-08-23 23:47:57 +00:00
parent 4a8ac7dfab
commit 02b962a4a7
2 changed files with 5 additions and 5 deletions

View file

@ -35,6 +35,7 @@ public class CPPConstructor extends CPPMethod implements ICPPConstructor {
throw new DOMException( this ); throw new DOMException( this );
} }
} }
/** /**
* @param declarator * @param declarator
*/ */
@ -55,5 +56,4 @@ public class CPPConstructor extends CPPMethod implements ICPPConstructor {
} }
return false; return false;
} }
} }