# HG changeset patch # User mr # Date 1499113135 25200 # Node ID aa7404e062b95f679018f25eaaf933dcf0cf3f2b # Parent b25986e36b288c83f63728ebe855dccc1898b41b 8182776: Fix typos in module declarations Reviewed-by: jjg, alanb diff -r b25986e36b28 -r aa7404e062b9 src/jdk.dynalink/share/classes/module-info.java --- a/src/jdk.dynalink/share/classes/module-info.java Thu Jun 29 17:26:09 2017 +0000 +++ b/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. *

Cross-language interoperability

* 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