Inject InfoContributors instead of exposing them on InfoEndpoint
Closes gh-13586
This commit is contained in:
@@ -55,8 +55,4 @@ public class InfoEndpoint {
|
||||
return build.getDetails();
|
||||
}
|
||||
|
||||
public List<InfoContributor> getInfoContributors() {
|
||||
return this.infoContributors;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user