[M] javax -> jakarta

This commit is contained in:
Azalea
2024-02-16 17:05:43 -05:00
parent 670918efd3
commit 437b638973
159 changed files with 217 additions and 220 deletions

View File

@@ -23,7 +23,7 @@ import java.security.interfaces.RSAPrivateKey;
import java.security.spec.KeySpec;
import java.security.spec.PKCS8EncodedKeySpec;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletRequest;
@RestController
public class BillingController {