Make the constructors of all REST root collections public

This allows us to implement subclasses of these collections at Google.

Change-Id: I97490758db3ec0490137ba7feb11e2a167aa9092
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2018-06-13 10:37:52 +02:00
parent 00bef8f13d
commit cb9b96e34b
5 changed files with 5 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ public class ProjectsCollection
private boolean hasQuery;
@Inject
ProjectsCollection(
public ProjectsCollection(
DynamicMap<RestView<ProjectResource>> views,
Provider<ListProjects> list,
Provider<QueryProjects> queryProjects,