mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
cosmetics: JavaDoc tag fixed
This commit is contained in:
parent
8fefe3ed4b
commit
f068e6da17
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2007 Intel Corporation and others.
|
* Copyright (c) 2007, 2010 Intel Corporation and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -94,9 +94,7 @@ public interface ICDescriptionDelta {
|
||||||
int getDeltaKind();
|
int getDeltaKind();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* returns ored delta flags
|
* @return ored delta flags
|
||||||
*
|
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
int getChangeFlags();
|
int getChangeFlags();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue