Skip to content

Commit

Permalink
[release] New release - Remove illegal javadoc reference which requir…
Browse files Browse the repository at this point in the history
…e newer Java version.
  • Loading branch information
raphw committed Nov 1, 2020
1 parent de12253 commit 86ac978
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ abstract class Direct implements Dispatcher, Initializable {
protected final Method defineClass;

/**
* An instance of {@link ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* An instance of {@code java.lang.ClassLoader#getDefinedPackage(String)}. May be {@code null}.
*/
protected final Method getDefinedPackage;

Expand All @@ -533,7 +533,7 @@ abstract class Direct implements Dispatcher, Initializable {
*
* @param findLoadedClass An instance of {@link ClassLoader#findLoadedClass(String)}.
* @param defineClass An instance of {@link ClassLoader#defineClass(String, byte[], int, int, ProtectionDomain)}.
* @param getDefinedPackage An instance of {@link ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getDefinedPackage An instance of {@code java.lang.ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getPackage An instance of {@link ClassLoader#getPackage(String)}.
* @param definePackage An instance of {@link ClassLoader#definePackage(String, String, String, String, String, String, String, URL)}.
*/
Expand Down Expand Up @@ -723,7 +723,7 @@ protected static class ForJava7CapableVm extends Direct {
* @param getClassLoadingLock An instance of {@code ClassLoader#getClassLoadingLock(String)}.
* @param findLoadedClass An instance of {@link ClassLoader#findLoadedClass(String)}.
* @param defineClass An instance of {@link ClassLoader#defineClass(String, byte[], int, int, ProtectionDomain)}.
* @param getDefinedPackage An instance of {@link ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getDefinedPackage An instance of {@code java.lang,ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getPackage An instance of {@link ClassLoader#getPackage(String)}.
* @param definePackage An instance of {@link ClassLoader#definePackage(String, String, String, String, String, String, String, URL)}.
*/
Expand Down Expand Up @@ -761,7 +761,7 @@ protected static class ForLegacyVm extends Direct {
*
* @param findLoadedClass An instance of {@link ClassLoader#findLoadedClass(String)}.
* @param defineClass An instance of {@link ClassLoader#defineClass(String, byte[], int, int, ProtectionDomain)}.
* @param getDefinedPackage An instance of {@link ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getDefinedPackage An instance of {@code java.lang.ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getPackage An instance of {@link ClassLoader#getPackage(String)}.
* @param definePackage An instance of {@link ClassLoader#definePackage(String, String, String, String, String, String, String, URL)}.
*/
Expand Down Expand Up @@ -804,7 +804,7 @@ class UsingUnsafeInjection implements Dispatcher, Initializable {
private final Method defineClass;

/**
* The accessor method for using {@link ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* The accessor method for using {@code java.lang.ClassLoader#getDefinedPackage(String)}. May be {@code null}.
*/
private final Method getDefinedPackage;

Expand All @@ -830,7 +830,7 @@ class UsingUnsafeInjection implements Dispatcher, Initializable {
* @param accessor An instance of the accessor class that is required for using it's intentionally non-static methods.
* @param findLoadedClass An instance of {@link ClassLoader#findLoadedClass(String)}.
* @param defineClass An instance of {@link ClassLoader#defineClass(String, byte[], int, int, ProtectionDomain)}.
* @param getDefinedPackage An instance of {@link ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getDefinedPackage An instance of {@code java.lang.ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getPackage An instance of {@link ClassLoader#getPackage(String)}.
* @param definePackage An instance of {@link ClassLoader#definePackage(String, String, String, String, String, String, String, URL)}.
* @param getClassLoadingLock The accessor method for using {@code ClassLoader#getClassLoadingLock(String)} or returning the
Expand Down Expand Up @@ -1077,7 +1077,7 @@ abstract class UsingUnsafeOverride implements Dispatcher, Initializable {
protected final Method defineClass;

/**
* An instance of {@link ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* An instance of {@code java.lang.ClassLoader#getDefinedPackage(String)}. May be {@code null}.
*/
protected final Method getDefinedPackage;

Expand All @@ -1096,7 +1096,7 @@ abstract class UsingUnsafeOverride implements Dispatcher, Initializable {
*
* @param findLoadedClass An instance of {@link ClassLoader#findLoadedClass(String)}.
* @param defineClass An instance of {@link ClassLoader#defineClass(String, byte[], int, int, ProtectionDomain)}.
* @param getDefinedPackage An instance of {@link ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getDefinedPackage An instance of {@code java.lang.ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getPackage An instance of {@link ClassLoader#getPackage(String)}.
* @param definePackage An instance of {@link ClassLoader#definePackage(String, String, String, String, String, String, String, URL)}.
*/
Expand Down Expand Up @@ -1315,7 +1315,7 @@ protected static class ForJava7CapableVm extends UsingUnsafeOverride {
* @param getClassLoadingLock An instance of {@code ClassLoader#getClassLoadingLock(String)}.
* @param findLoadedClass An instance of {@link ClassLoader#findLoadedClass(String)}.
* @param defineClass An instance of {@link ClassLoader#defineClass(String, byte[], int, int, ProtectionDomain)}.
* @param getDefinedPackage An instance of {@link ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getDefinedPackage An instance of {@code java.lang.ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getPackage An instance of {@link ClassLoader#getPackage(String)}.
* @param definePackage An instance of {@link ClassLoader#definePackage(String, String, String, String, String, String, String, URL)}.
*/
Expand Down Expand Up @@ -1353,7 +1353,7 @@ protected static class ForLegacyVm extends UsingUnsafeOverride {
*
* @param findLoadedClass An instance of {@link ClassLoader#findLoadedClass(String)}.
* @param defineClass An instance of {@link ClassLoader#defineClass(String, byte[], int, int, ProtectionDomain)}.
* @param getDefinedPackage An instance of {@link ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getDefinedPackage An instance of {@code java.lang.ClassLoader#getDefinedPackage(String)}. May be {@code null}.
* @param getPackage An instance of {@link ClassLoader#getPackage(String)}.
* @param definePackage An instance of {@link ClassLoader#definePackage(String, String, String, String, String, String, String, URL)}.
*/
Expand Down

0 comments on commit 86ac978

Please sign in to comment.