8208200: Add missing periods to sentences in RoundEnvironment specs
authordarcy
Wed, 25 Jul 2018 17:22:26 -0700
changeset 51200 628333cfee7a
parent 51199 9f200b5bd189
child 51201 21626dccd2ca
8208200: Add missing periods to sentences in RoundEnvironment specs Reviewed-by: jjg
src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java
--- a/src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java	Wed Jul 25 17:22:25 2018 -0400
+++ b/src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java	Wed Jul 25 17:22:26 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2018, 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
@@ -86,7 +86,7 @@
      * created.
      * Likewise, elements of a module are not considered included
      * simply because a {@code module-info} file for that module was
-     * created
+     * created.
      *
      * @param a  annotation type being requested
      * @return the elements annotated with the given annotation type,
@@ -141,7 +141,7 @@
      * created.
      * Likewise, elements of a module are not considered included
      * simply because a {@code module-info} file for that module was
-     * created
+     * created.
      *
      * @param a  annotation type being requested
      * @return the elements annotated with the given annotation type,