Skip to content

Commit

Permalink
Change the package name to jakarta.*
Browse files Browse the repository at this point in the history
  • Loading branch information
jimma committed May 12, 2021
1 parent 7695270 commit 16e7ed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -3,7 +3,7 @@
import java.lang.reflect.AccessibleObject;
import java.net.URL;

import javax.ws.rs.core.MediaType;
import jakarta.ws.rs.core.MediaType;

import org.jboss.logging.BasicLogger;
import org.jboss.logging.Logger;
Expand Down
Expand Up @@ -8,8 +8,8 @@
import java.util.NoSuchElementException;

import javax.validation.ElementKind;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response.Status;
import jakarta.ws.rs.core.MediaType;
import jakarta.ws.rs.core.Response.Status;

import org.jboss.logging.annotations.Message;
import org.jboss.logging.annotations.Message.Format;
Expand Down

0 comments on commit 16e7ed2

Please sign in to comment.