|
31 | 31 | // Remove getExpressionFactory static method -> We are instead passing the expression Factory to the appropriate methods in this class |
32 | 32 | // Remove nullTcclFactory and factoryCache static fields -> They are only relevant to the getExpressionFactory method, and we don't need that one |
33 | 33 | // Remove private static CacheKey, CacheValue and PrivilegedGetTccl classes -> They are only relevant to the getExpressionFactory method, and we don't need that one |
34 | | -// Remove private static getContextLoader method -> Only relevant for the getExpressionFactory method, abd we don't need that one |
| 34 | +// Remove private static getContextLoader method -> Only relevant for the getExpressionFactory method, and we don't need that one |
35 | 35 | // Remove handleThrowable static method -> We are not using it |
36 | 36 | // Remove findConstructor static method -> We are not using it |
37 | 37 | // Throw fixed error messages instead of using LocalString resource bundle |
38 | | -// Remove message static method -> ew are not using it |
| 38 | +// Remove message static method -> we are not using it |
39 | 39 | // Add ExpressionFactory as last method parameter to findMethod, findWrapper, isCoercibleFrom and buildParameters |
40 | 40 | // Make public methods accessible if they aren't |
41 | 41 | // The findWrapper method has been enhanced with the implementation from https://github.com/eclipse-ee4j/el-ri/blob/4e7c61bce9e7750c2fa6fb85476e33f17b0246b4/api/src/main/java/jakarta/el/ELUtil.java |
42 | 42 | // This method follows the JLS more closely and allows picking of ambiguous overloaded methods better. |
43 | 43 | // The code in findWrapper is not identical to the one from ELUtil in order to make it more readable for the maintainers of Flowable |
44 | 44 |
|
45 | | -// In order for this class to be more easily kept in sync with the Tomcat implementation we should not do style changes, nor fix warnings. |
| 45 | +// In order for this class to be more easily kept in sync with the Tomcat implementation, we should not do style changes, nor fix warnings. |
46 | 46 | // Keeping the modifications to minimum would make it easier to keep this class in sync |
47 | 47 | class Util { |
48 | 48 |
|
|
0 commit comments