1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 04:45:38 +02:00

Missing @since tag

Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2013-12-12 16:15:02 -05:00
parent 5e999c4da5
commit 7bbbbcf7a8

View file

@ -26,6 +26,7 @@ import java.net.URI;
* @noimplement This interface is not intended to be implemented by clients.
*/
public interface ICElement extends IAdaptable {
/** @since 5.6 */
public static final ICElement[] EMPTY_ARRAY = {};
/**