Skip to content

Commit eb11cad

Browse files
committed
Use jakarta ServletException, not javax
1 parent 1424361 commit eb11cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/buildnameupdater/BuildNameUpdater.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import hudson.tasks.BuildStepDescriptor;
1919
import hudson.tasks.Builder;
2020
import hudson.util.FormValidation;
21-
import javax.servlet.ServletException;
21+
import jakarta.servlet.ServletException;
2222
import jenkins.MasterToSlaveFileCallable;
2323
import org.apache.commons.lang.StringUtils;
2424
import org.jenkinsci.plugins.buildnamesetter.Executor;

0 commit comments

Comments
 (0)