Skip to content

Commit d192c7b

Browse files
authored
revert grpc header (#11035)
* revert grpc header * revert grpc header * fix checkstyle * fix checkstyle
1 parent 15f4a7d commit d192c7b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

dubbo-common/src/main/java/org/apache/dubbo/common/threadpool/serial/SerializingExecutor.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*
2-
* Licensed to the Apache Software Foundation (ASF) under one or more
3-
* contributor license agreements. See the NOTICE file distributed with
4-
* this work for additional information regarding copyright ownership.
5-
* The ASF licenses this file to You under the Apache License, Version 2.0
6-
* (the "License"); you may not use this file except in compliance with
7-
* the License. You may obtain a copy of the License at
2+
* Copyright 2014 The gRPC Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
87
*
98
* http://www.apache.org/licenses/LICENSE-2.0
109
*

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@
315315
<skip>${checkstyle.skip}</skip>
316316
<excludes>
317317
**/JSONWriter.java,
318+
**/org/apache/dubbo/common/threadpool/serial/SerializingExecutor.java,
318319
**/org/apache/dubbo/common/threadlocal/InternalThreadLocal.java,
319320
**/org/apache/dubbo/common/threadlocal/InternalThreadLocalMap.java,
320321
**/org/apache/dubbo/common/timer/TimerTask.java,
@@ -680,6 +681,8 @@
680681
<exclude>Jenkinsfile</exclude>
681682
<exclude>**/codestyle/*</exclude>
682683
<exclude>**/resources/META-INF/**</exclude>
684+
<!-- exclude the grpc files -->
685+
<exclude>**/org/apache/dubbo/common/threadpool/serial/SerializingExecutor.java</exclude>
683686
<!-- exclude the netty files -->
684687
<exclude>**/org/apache/dubbo/common/threadlocal/InternalThreadLocal.java</exclude>
685688
<exclude>**/org/apache/dubbo/common/threadlocal/InternalThreadLocalMap.java</exclude>

0 commit comments

Comments
 (0)