Inject InfoContributors instead of exposing them on InfoEndpoint

Closes gh-13586
This commit is contained in:
Madhura Bhave
2019-03-13 13:16:47 -07:00
parent 2cdc93cf19
commit 223f2be7d2
3 changed files with 6 additions and 10 deletions

View File

@@ -55,8 +55,4 @@ public class InfoEndpoint {
return build.getDetails();
}
public List<InfoContributor> getInfoContributors() {
return this.infoContributors;
}
}