mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
8bdef4b07e
commit
135c54443a
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ package org.eclipse.cdt.core.browser;
|
||||||
* @noimplement This interface is not intended to be implemented by clients.
|
* @noimplement This interface is not intended to be implemented by clients.
|
||||||
*/
|
*/
|
||||||
public interface IQualifiedTypeName extends Comparable<IQualifiedTypeName> {
|
public interface IQualifiedTypeName extends Comparable<IQualifiedTypeName> {
|
||||||
|
|
||||||
public final static String QUALIFIER = "::"; //$NON-NLS-1$
|
public final static String QUALIFIER = "::"; //$NON-NLS-1$
|
||||||
|
|
||||||
public String getName();
|
public String getName();
|
||||||
|
|
Loading…
Add table
Reference in a new issue