Skip to content

Commit

Permalink
Additional javax -> jakarta changes in the comments
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Dec 12, 2019
1 parent 05e4570 commit bbb2a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/el/ELContext.java
Expand Up @@ -48,7 +48,7 @@
* <p>
* The collection of context objects is necessary because each <code>ELResolver</code> may need access to a different
* context object. For example, Jakarta Server Pages and Jakarta Faces resolvers need access to a
* <code>javax.servlet.jsp.JspContext</code> and a <code>javax.faces.context.FacesContext</code>, respectively.
* <code>jakarta.servlet.jsp.JspContext</code> and a <code>jakarta.faces.context.FacesContext</code>, respectively.
*
* <p>
* When used in a web container, the creation of <code>ELContext</code> objects is controlled through the underlying
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/el/ELUtil.java
Expand Up @@ -61,7 +61,7 @@ private ELUtil() {

/**
* <p>
* The <code>ThreadLocal</code> variable used to record the <code>javax.faces.context.FacesContext</code> instance for
* The <code>ThreadLocal</code> variable used to record the <code>jakarta.faces.context.FacesContext</code> instance for
* each processing thread.
* </p>
*/
Expand Down

0 comments on commit bbb2a62

Please sign in to comment.