Skip to content

Commit

Permalink
Remove out of date comment - implementation moved to new project
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Feb 25, 2022
1 parent f2172ce commit 40644fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/src/main/java/jakarta/el/ELUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -662,9 +662,6 @@ static Constructor<?> getConstructor(Class<?> type, Constructor<?> c) {
return null;
}

/*
* This method duplicates code in com.sun.el.util.ReflectionUtil. When making changes keep the code in sync.
*/
static Object[] buildParameters(ELContext context, Class<?>[] parameterTypes, boolean isVarArgs, Object[] params) {
Object[] parameters = null;
if (parameterTypes.length > 0) {
Expand Down

0 comments on commit 40644fd

Please sign in to comment.