8182776: Fix typos in module declarations
authormr
Mon, 03 Jul 2017 13:18:55 -0700
changeset 45788 2ddc93e42974
parent 45787 b065d57e5f5a
child 45789 e2b59d0b73e6
child 45812 a737ff10b290
8182776: Fix typos in module declarations Reviewed-by: jjg, alanb
nashorn/src/jdk.dynalink/share/classes/module-info.java
--- a/nashorn/src/jdk.dynalink/share/classes/module-info.java	Thu Jun 29 17:26:09 2017 +0000
+++ b/nashorn/src/jdk.dynalink/share/classes/module-info.java	Mon Jul 03 13:18:55 2017 -0700
@@ -32,8 +32,8 @@
  * useful for implementing programming languages where at least some expressions
  * have dynamic types (that is, types that can not be decided statically), and
  * the operations on dynamic types are expressed as
- * {@link java.lang.invoke.CallSite call sites}. These call sites will be
- * linked to appropriate target {@link java.lang.invoke.MethodHandle method handles}
+ * {@linkplain java.lang.invoke.CallSite call sites}. These call sites will be
+ * linked to appropriate target {@linkplain java.lang.invoke.MethodHandle method handles}
  * at run time based on actual types of the values the expressions evaluated to.
  * These can change between invocations, necessitating relinking the call site
  * multiple times to accommodate new types; Dynalink handles all that and more.
@@ -205,7 +205,7 @@
  * on how it links the various operations.
  * <h2>Cross-language interoperability</h2>
  * A {@code DynamicLinkerFactory} can be configured with a
- * {@link jdk.dynalink.DynamicLinkerFactory#setClassLoader(ClassLoader) class
+ * {@linkplain jdk.dynalink.DynamicLinkerFactory#setClassLoader(ClassLoader) class
  * loader}. It will try to instantiate all
  * {@link jdk.dynalink.linker.GuardingDynamicLinkerExporter} classes visible to
  * that class loader and compose the linkers they provide into the