mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Cosmetics.
This commit is contained in:
parent
4a8ac7dfab
commit
02b962a4a7
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue