Skip to content

Commit

Permalink
Resolve symbol conflict in job-dsl (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Aug 28, 2023
1 parent 98b84d1 commit 86ce292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public List<DslEntry> getEntries() {
}

@Extension
@Symbol("authorizationMatrix")
@Symbol("authorizationMatrixFork")
public static class DescriptorImpl extends JobPropertyDescriptor
implements AuthorizationPropertyDescriptor<AuthorizationMatrixProperty> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public List<DslEntry> getEntries() {
}

@Extension(optional = true)
@Symbol("authorizationMatrix")
@Symbol("authorizationMatrixFork")
public static class DescriptorImpl extends AbstractFolderPropertyDescriptor
implements AuthorizationPropertyDescriptor<AuthorizationMatrixProperty> {

Expand Down

0 comments on commit 86ce292

Please sign in to comment.