Skip to content

Commit

Permalink
Remove inaccurate and misleading summary of Services API
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 24, 2021
1 parent ab245ae commit 965f5ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/src/main/java/jakarta/el/ExpressionFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ public abstract class ExpressionFactory {
* to determine the <code>ExpressionFactory</code> implementation class to load:
*
* <ul>
* <li>Use the Services API (as detailed in the JAR specification). If a resource with the name of
* <code>META-INF/services/jakarta.el.ExpressionFactory</code> exists, then its first line, if present, is used as the
* UTF-8 encoded name of the implementation class.</li>
* <li>Use the Services API (as detailed in the JAR specification).</li>
* <li>Use the properties file "lib/el.properties" in the JRE directory. If this file exists and it is readable by the
* <code> java.util.Properties.load(InputStream)</code> method, and it contains an entry whose key is
* "jakarta.el.ExpressionFactory", then the value of that entry is used as the name of the implementation class.</li>
Expand Down

0 comments on commit 965f5ee

Please sign in to comment.