mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Formatting.
This commit is contained in:
parent
46ab6162f7
commit
9549322f5d
1 changed files with 2 additions and 4 deletions
|
@ -21,7 +21,6 @@ public interface ICPPMember extends ICPPBinding{
|
|||
|
||||
/**
|
||||
* The visibility.
|
||||
*
|
||||
*/
|
||||
public int getVisibility() throws DOMException;
|
||||
|
||||
|
@ -32,5 +31,4 @@ public interface ICPPMember extends ICPPBinding{
|
|||
public static final int v_public = ICPPASTVisibilityLabel.v_public;
|
||||
|
||||
public ICPPClassType getClassOwner() throws DOMException;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue