|
|
@@ -250,7 +250,7 @@ public class FeatureService {
|
|
|
}
|
|
|
|
|
|
|
|
|
- private Feature invokeFeatureService(List<FeatureKeyProto> protos) {
|
|
|
+ public Feature invokeFeatureService(List<FeatureKeyProto> protos) {
|
|
|
|
|
|
Map<String, String> featureMap = remoteService.getFeature(protos);
|
|
|
if (featureMap == null) {
|