Skip to content

Commit

Permalink
Remove an inaccurate javadoc reference, which referred to an artifact…
Browse files Browse the repository at this point in the history
… from an earlier draft version of the Extensions API.

This is google#322 by @lucastsa.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=119896497
  • Loading branch information
eamonnmcmanus committed May 10, 2016
1 parent fbb0ce4 commit ea6503b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ public Set<String> consumeProperties(Context context) {

/**
* Generates the source code of the class named {@code className} to extend
* {@code classToExtend}, with the original annotated class of
* {@code classToImplement}. The generated class should be final if {@code isFinal}
* {@code classToExtend}. The generated class should be final if {@code isFinal}
* is true; otherwise it should be abstract.
*
* @param context The {@link Context} of the code generation for this class.
Expand Down

0 comments on commit ea6503b

Please sign in to comment.