1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

Adjusted Javadoc.

This commit is contained in:
Sergey Prigogin 2011-11-12 21:08:04 -08:00
parent e9a0073b4a
commit 8d558169c7
2 changed files with 3 additions and 2 deletions

View file

@ -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() {

View file

@ -68,6 +68,7 @@ public class ASTModificationHelper {
break;
case REPLACE:
break;
}
}