Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package for Servlet example in JDSOL spec document #188

Closed
ivargrimstad opened this issue Oct 6, 2020 · 1 comment
Closed

Update package for Servlet example in JDSOL spec document #188

ivargrimstad opened this issue Oct 6, 2020 · 1 comment

Comments

@ivargrimstad
Copy link
Member

Section 9.2 contains an example with the following two import statements:

import javax.servlet.*;
import javax.servlet.http.*;

These should be replaced by:

import jakarta.servlet.*;
import jakarta.servlet.http.*;
@ivargrimstad ivargrimstad changed the title Update namespace for Servlet example in JDSOL spec document Update package for Servlet example in JDSOL spec document Oct 6, 2020
@markt-asf
Copy link
Contributor

This was fixed (by you) about 6 week ago in 34dd1bc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants