File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
dubbo-common/src/main/java/org/apache/dubbo/config
dubbo-container/dubbo-container-api/src/main/java/org/apache/dubbo/container
dubbo-metadata/dubbo-metadata-processor/src/main/java/org/apache/dubbo/metadata/annotation/processing/builder
dubbo-remoting/dubbo-remoting-api/src/test/java/org/apache/dubbo/remoting/codec
dubbo-spring-boot/dubbo-spring-boot-compatible/actuator/src/main/java/org/apache/dubbo/spring/boot/actuate/endpoint/metadata Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ public Boolean getBackground() {
218218
219219 /**
220220 * Whether start module in background.
221- * If start in backgound , do not await finish on Spring ContextRefreshedEvent.
221+ * If start in background , do not await finish on Spring ContextRefreshedEvent.
222222 *
223223 * @see org.apache.dubbo.config.spring.context.DubboDeployApplicationListener
224224 */
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public static void main(String[] args) {
6464 for (int i = 0 ; i < args .length ; i ++) {
6565 containers .add (LOADER .getExtension (args [i ]));
6666 }
67- logger .info ("Use container type(" + Arrays .toString (args ) + ") to run dubbo serivce ." );
67+ logger .info ("Use container type(" + Arrays .toString (args ) + ") to run dubbo service ." );
6868
6969 if ("true" .equals (System .getProperty (SHUTDOWN_HOOK_KEY ))) {
7070 Runtime .getRuntime ().addShutdownHook (new Thread ("dubbo-container-shutdown-hook" ) {
Original file line number Diff line number Diff line change 2727import static org .apache .dubbo .metadata .annotation .processing .util .TypeUtils .isPrimitiveType ;
2828
2929/**
30- * {@link TypeBuilder} for Java {@link PrimitiveType primitve type}
30+ * {@link TypeBuilder} for Java {@link PrimitiveType primitive type}
3131 *
3232 * @since 2.7.6
3333 */
Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ void test_Encode_Response() throws IOException {
436436 Assertions .assertEquals (response .getStatus (), obj .getStatus ());
437437 Assertions .assertEquals (response .isHeartbeat (), obj .isHeartbeat ());
438438 Assertions .assertEquals (person , obj .getResult ());
439- // encode response verson ??
439+ // encode response version ??
440440 // Assertions.assertEquals(response.getProtocolVersion(), obj.getVersion());
441441
442442 future .cancel ();
Original file line number Diff line number Diff line change 4343import static org .springframework .util .ClassUtils .isPrimitiveOrWrapper ;
4444
4545/**
46- * Abstract Dubbo Meatadata
46+ * Abstract Dubbo Metadata
4747 *
4848 * @since 2.7.0
4949 */
You can’t perform that action at this time.
0 commit comments