langtools/src/java.compiler/share/classes/javax/lang/model/util/Elements.java
changeset 43280 692b0dfbb390
parent 42825 c22877f68145
child 43369 aafd33c96bac
--- a/langtools/src/java.compiler/share/classes/javax/lang/model/util/Elements.java	Mon Jan 23 10:28:52 2017 +0530
+++ b/langtools/src/java.compiler/share/classes/javax/lang/model/util/Elements.java	Mon Jan 23 10:37:27 2017 -0800
@@ -91,7 +91,9 @@
      * If the named module cannot be found, null is returned. One situation where a module
      * cannot be found is if the environment does not include modules, such as
      * an annotation processing environment configured for
-     * a {@linkplain ProcessingEnvironment#getSourceVersion source version} without modules.      *
+     * a {@linkplain
+     * javax.annotation.processing.ProcessingEnvironment#getSourceVersion
+     * source version} without modules.
      *
      * @param name  the name
      * @return the named module element, or {@code null} if it cannot be found
@@ -331,7 +333,9 @@
      * If there is no module for the element, null is returned. One situation where there is
      * no module for an element is if the environment does not include modules, such as
      * an annotation processing environment configured for
-     * a {@linkplain ProcessingEnvironment#getSourceVersion source version} without modules.      *
+     * a {@linkplain
+     * javax.annotation.processing.ProcessingEnvironment#getSourceVersion
+     * source version} without modules.
      *
      * @param type the element being examined
      * @return the module of an element