mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +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.
|
||||
* </p>
|
||||
*
|
||||
* @return Change object describing the changes to the
|
||||
* document corresponding to the changes recorded by this rewriter
|
||||
* @return Change object describing the changes to the document corresponding to the changes
|
||||
* recorded by this rewriter
|
||||
* @since 5.0
|
||||
*/
|
||||
public Change rewriteAST() {
|
||||
|
|
|
@ -68,6 +68,7 @@ public class ASTModificationHelper {
|
|||
break;
|
||||
|
||||
case REPLACE:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue