Make all classes of the config REST API public

This allows us at Google to have a custom Guice module that binds the
config REST endpoints.

Change-Id: Ib9a2640f03c2b62805aa173118d4689c050486f1
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin 2018-06-12 10:44:05 +02:00
parent 4019a8cacf
commit 7115d4241e

View File

@ -25,7 +25,7 @@ import com.google.inject.Inject;
import com.google.inject.Singleton;
@Singleton
class TopMenuCollection implements ChildCollection<ConfigResource, TopMenuResource> {
public class TopMenuCollection implements ChildCollection<ConfigResource, TopMenuResource> {
private final DynamicMap<RestView<TopMenuResource>> views;
private final ListTopMenus list;