1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-05-11 17:58:59 +00:00
parent 8bdef4b07e
commit 135c54443a

View file

@ -15,7 +15,6 @@ package org.eclipse.cdt.core.browser;
* @noimplement This interface is not intended to be implemented by clients.
*/
public interface IQualifiedTypeName extends Comparable<IQualifiedTypeName> {
public final static String QUALIFIER = "::"; //$NON-NLS-1$
public String getName();