From dac19a36ead87142793028be3ab4d9ce0fc5f465 Mon Sep 17 00:00:00 2001 From: Lucas Sa Date: Wed, 13 Apr 2016 16:06:51 -0400 Subject: [PATCH] Removing inaccurate JavaDocs reference --- .../com/google/auto/value/extension/AutoValueExtension.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java b/value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java index 6126659cf8..6c199c35cf 100644 --- a/value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java +++ b/value/src/main/java/com/google/auto/value/extension/AutoValueExtension.java @@ -114,8 +114,7 @@ public Set 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.