Skip to content

Commit

Permalink
Фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Jan 18, 2024
1 parent 17da6ad commit 0e70b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ru/pulsar/jenkins/library/configuration/InitMethod.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import com.fasterxml.jackson.annotation.JsonProperty

enum InitMethod {
@JsonProperty("fromSource")
SOURCE,
fromSource,

@JsonProperty("fromInternet")
INTERNET
fromInternet

}

0 comments on commit 0e70b19

Please sign in to comment.