mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
Adjusted Javadoc.
This commit is contained in:
parent
e9a0073b4a
commit
8d558169c7
2 changed files with 3 additions and 2 deletions
|
@ -200,8 +200,8 @@ public final class ASTRewrite {
|
||||||
* the resulting text edit object will accurately reflect the net cumulative affect of all those changes.
|
* the resulting text edit object will accurately reflect the net cumulative affect of all those changes.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @return Change object describing the changes to the
|
* @return Change object describing the changes to the document corresponding to the changes
|
||||||
* document corresponding to the changes recorded by this rewriter
|
* recorded by this rewriter
|
||||||
* @since 5.0
|
* @since 5.0
|
||||||
*/
|
*/
|
||||||
public Change rewriteAST() {
|
public Change rewriteAST() {
|
||||||
|
|
|
@ -68,6 +68,7 @@ public class ASTModificationHelper {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case REPLACE:
|
case REPLACE:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue