mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Adjusted Javadoc.
This commit is contained in:
parent
3108f9efdf
commit
846e5ee676
2 changed files with 3 additions and 2 deletions
|
@ -202,8 +202,8 @@ public final class ASTRewrite {
|
|||
* 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