changeset 3475:d0c742ddfb01 jdk-9+123

8159378: Correct wording of RoundEnvironment.getElementsAnnotatedWithAny Reviewed-by: jlahoda, jjg
author darcy
date Mon, 13 Jun 2016 09:21:01 -0700
parents dcb234002184
children 9f1ba6b06c2e 8fef21703f7f
files src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java	Mon Jun 13 09:12:35 2016 -0700
+++ b/src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java	Mon Jun 13 09:21:01 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2007, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -103,7 +103,7 @@
      *
      * @implSpec The default implementation of this method creates an
      * empty result set, iterates over the annotations in the argument
-     * set calling {@link #getElementsAnnotatedWith(TypeElement)} on
+     * array calling {@link #getElementsAnnotatedWith(TypeElement)} on
      * each annotation and adding those results to the result
      * set. Finally, the contents of the result set are returned as an
      * unmodifiable set.