aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-generator/src/main/resources/wsClient.vm
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws-generator/src/main/resources/wsClient.vm')
-rw-r--r--sonar-ws-generator/src/main/resources/wsClient.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws-generator/src/main/resources/wsClient.vm b/sonar-ws-generator/src/main/resources/wsClient.vm
index 3b7a8decfc3..47a0a834e0c 100644
--- a/sonar-ws-generator/src/main/resources/wsClient.vm
+++ b/sonar-ws-generator/src/main/resources/wsClient.vm
@@ -19,7 +19,7 @@
*/
package org.sonarqube.ws.client;
-import javax.annotation.Generated;
+import jakarta.annotation.Generated;
#foreach($webService in $webServices)
#if ($helper.isIncluded($webService.path.asString))