Skip to content

Commit 86a0aa3

Browse files
im-prathamPrathamesh Mane
andauthored
Fix java impl comment typos (flowable#4090)
Co-authored-by: Prathamesh Mane <prathamesh.mane@flowable.com>
1 parent b7fdb9b commit 86a0aa3

File tree

1 file changed

+3
-3
lines changed
  • modules/flowable-engine-common/src/main/java/org/flowable/common/engine/impl/javax/el

1 file changed

+3
-3
lines changed

modules/flowable-engine-common/src/main/java/org/flowable/common/engine/impl/javax/el/Util.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
// Remove getExpressionFactory static method -> We are instead passing the expression Factory to the appropriate methods in this class
3232
// Remove nullTcclFactory and factoryCache static fields -> They are only relevant to the getExpressionFactory method, and we don't need that one
3333
// 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
3535
// Remove handleThrowable static method -> We are not using it
3636
// Remove findConstructor static method -> We are not using it
3737
// 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
3939
// Add ExpressionFactory as last method parameter to findMethod, findWrapper, isCoercibleFrom and buildParameters
4040
// Make public methods accessible if they aren't
4141
// 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
4242
// This method follows the JLS more closely and allows picking of ambiguous overloaded methods better.
4343
// The code in findWrapper is not identical to the one from ELUtil in order to make it more readable for the maintainers of Flowable
4444

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.
4646
// Keeping the modifications to minimum would make it easier to keep this class in sync
4747
class Util {
4848

0 commit comments

Comments
 (0)