8159378: Correct wording of RoundEnvironment.getElementsAnnotatedWithAny
authordarcy
Mon, 13 Jun 2016 09:21:01 -0700
changeset 38919 88f6e6f58798
parent 38918 bf1ed1a40f5b
child 38920 9533e018255a
8159378: Correct wording of RoundEnvironment.getElementsAnnotatedWithAny Reviewed-by: jlahoda, jjg
langtools/src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java
--- a/langtools/src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java	Mon Jun 13 09:12:35 2016 -0700
+++ b/langtools/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.