提交 42072d85 编写于 作者: wu-sheng's avatar wu-sheng

Open this method for test cases.

上级 e7ec6dcc
......@@ -116,7 +116,7 @@ public abstract class ModuleProvider {
}
}
@SuppressWarnings("unchecked") <T extends Service> T getService(
public @SuppressWarnings("unchecked") <T extends Service> T getService(
Class<T> serviceType) throws ServiceNotProvidedException {
Service serviceImpl = services.get(serviceType);
if (serviceImpl != null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册