Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas <apre@gmx.at>
  • Loading branch information
aponb committed Mar 5, 2022
1 parent 1495858 commit a729d51
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,8 @@ private static MethodHandle lookupReferenceInternal(
* This method traverses {@code recieverClass}'s class hierarchy (including interfaces)
* until it finds a matching allowlisted getter. If one is not found, it throws an exception.
* Otherwise it returns a handle to the matching getter.
<<<<<<< HEAD
* <p>
* @param painlessLookup the whitelist
=======
* </p>
* @param painlessLookup the allowlist
>>>>>>> be64af2f90c... Replace exclusionary words whitelist and blacklist in the places that won't impact backwards compatibility (#2178)
* @param receiverClass Class of the object to retrieve the field from.
* @param name Name of the field.
* @return pointer to matching field. never returns null.
Expand Down Expand Up @@ -542,13 +537,8 @@ static MethodHandle lookupGetter(PainlessLookup painlessLookup, Class<?> receive
* This method traverses {@code recieverClass}'s class hierarchy (including interfaces)
* until it finds a matching allowlisted setter. If one is not found, it throws an exception.
* Otherwise it returns a handle to the matching setter.
<<<<<<< HEAD
* <p>
* @param painlessLookup the whitelist
=======
* </p>
* @param painlessLookup the allowlist
>>>>>>> be64af2f90c... Replace exclusionary words whitelist and blacklist in the places that won't impact backwards compatibility (#2178)
* @param receiverClass Class of the object to retrieve the field from.
* @param name Name of the field.
* @return pointer to matching field. never returns null.
Expand Down

0 comments on commit a729d51

Please sign in to comment.