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

Fixes a warning.

This commit is contained in:
Markus Schorn 2009-01-13 12:51:10 +00:00
parent c80603bf86
commit ea9f24215d

View file

@ -13,8 +13,6 @@ package org.eclipse.cdt.core.dom.ast;
/**
* Enumerates various kinds of scopes
* @since 5.1
*
* @noextend This class is not intended to be subclassed by clients.
*/
public enum EScopeKind {
/**