1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Adjusted Javadoc.

This commit is contained in:
Sergey Prigogin 2011-11-12 21:08:04 -08:00
parent 3108f9efdf
commit 846e5ee676
2 changed files with 3 additions and 2 deletions

View file

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

View file

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