refactor(ServiceLanguage): remove unnecessary CompileStatic annotation

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-17 17:15:25 +08:00
parent ed959561db
commit d37849f18b

View File

@ -1,6 +1,5 @@
package com.freeleaps.devops.enums
@CompileStatic
enum ServiceLanguage {
PYTHON('Python'),