Skip to content

Commit

Permalink
chore: replace deprecated LDAP enum by DB (#10792)
Browse files Browse the repository at this point in the history
chore: replace deprecated LDAP enum by DB #10789

Signed-off-by: jgomer2001 <bonustrack310@gmail.com>
  • Loading branch information
jgomer2001 authored Feb 4, 2025
1 parent cf8ce67 commit 8985de8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public ProgrammingLanguage[] getProgrammingLanguages() {
}

public ScriptLocationType[] getLocationTypes() {
return new ScriptLocationType[] { ScriptLocationType.LDAP, ScriptLocationType.FILE };
return new ScriptLocationType[] { ScriptLocationType.DB, ScriptLocationType.FILE };
}

public CustomScriptType[] getCustomScriptTypes() {
Expand Down

0 comments on commit 8985de8

Please sign in to comment.