JDK 12 RFR of JDK-8208200: Add missing periods to sentences in RoundEnvironment specs

joe darcy joe.darcy at oracle.com
Wed Jul 25 17:36:12 UTC 2018


Hello,

Please review the patch below to fix

     JDK-8208200: Add missing periods to sentences in RoundEnvironment specs

Thanks,

-Joe

diff -r f4f5f961a81f 
src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java
--- 
a/src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java 
Wed Jul 25 12:32:06 2018 -0400
+++ 
b/src/java.compiler/share/classes/javax/annotation/processing/RoundEnvironment.java 
Wed Jul 25 10:29:40 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,



More information about the compiler-dev mailing list