提交 738e4975 编写于 作者: J John Niang 提交者: wu-sheng

Fix typo: guideline and code document (#4248)

上级 8e5e35f0
......@@ -133,6 +133,6 @@ Refer to [Build docker image](../../../docker) for more details.
</dependency>
```
5. Run `./mvnw compile -Dmaven.test.skip=true`
6. Run `maven update`. Must remove the clean projects item before maven update(This will be clear the proto conversion Java file generated by the complie)
6. Run `maven update`. Must remove the clean projects item before maven update(This will be clear the proto conversion Java file generated by the compiling)
7. Run `./mvnw compile` compile collector-remote-grpc-provider and apm-protocol
8. Refresh project
......@@ -76,7 +76,7 @@ public abstract class ModuleProvider implements ModuleServiceHolder {
public abstract String[] requiredModules();
/**
* Register a implementation for the service of this moduleDefine provider.
* Register an implementation for the service of this moduleDefine provider.
*/
@Override public final void registerServiceImplementation(Class<? extends Service> serviceType,
Service service) throws ServiceNotProvidedException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册