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:
@@ -60,7 +60,7 @@ public class ProjectsCollection
|
||||
private boolean hasQuery;
|
||||
|
||||
@Inject
|
||||
ProjectsCollection(
|
||||
public ProjectsCollection(
|
||||
DynamicMap<RestView<ProjectResource>> views,
|
||||
Provider<ListProjects> list,
|
||||
Provider<QueryProjects> queryProjects,
|
||||
|
Reference in New Issue
Block a user