Skip to content

Commit

Permalink
Remove out of date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Jun 20, 2022
1 parent 845d639 commit ac8ab39
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions api/src/main/java/jakarta/el/ELUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ class ELUtil {
private ELUtil() {
}

/*
* For testing Backward Compatibility option static java.util.Properties properties = new java.util.Properties(); static
* { properties.setProperty("jakarta.el.bc2.2", "true"); }
*/
public static ExpressionFactory exprFactory = ExpressionFactory.newInstance(/* properties */);
public static ExpressionFactory exprFactory = ExpressionFactory.newInstance();

/**
* <p>
Expand Down

0 comments on commit ac8ab39

Please sign in to comment.