revert grpc header (#11035)
* revert grpc header * revert grpc header * fix checkstyle * fix checkstyle
This commit is contained in:
parent
15f4a7d7cb
commit
d192c7bfde
|
|
@ -1,10 +1,9 @@
|
|||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
||||
* this work for additional information regarding copyright ownership.
|
||||
* The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
* (the "License"); you may not use this file except in compliance with
|
||||
* the License. You may obtain a copy of the License at
|
||||
* Copyright 2014 The gRPC Authors
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
|
|
|
|||
3
pom.xml
3
pom.xml
|
|
@ -315,6 +315,7 @@
|
|||
<skip>${checkstyle.skip}</skip>
|
||||
<excludes>
|
||||
**/JSONWriter.java,
|
||||
**/org/apache/dubbo/common/threadpool/serial/SerializingExecutor.java,
|
||||
**/org/apache/dubbo/common/threadlocal/InternalThreadLocal.java,
|
||||
**/org/apache/dubbo/common/threadlocal/InternalThreadLocalMap.java,
|
||||
**/org/apache/dubbo/common/timer/TimerTask.java,
|
||||
|
|
@ -680,6 +681,8 @@
|
|||
<exclude>Jenkinsfile</exclude>
|
||||
<exclude>**/codestyle/*</exclude>
|
||||
<exclude>**/resources/META-INF/**</exclude>
|
||||
<!-- exclude the grpc files -->
|
||||
<exclude>**/org/apache/dubbo/common/threadpool/serial/SerializingExecutor.java</exclude>
|
||||
<!-- exclude the netty files -->
|
||||
<exclude>**/org/apache/dubbo/common/threadlocal/InternalThreadLocal.java</exclude>
|
||||
<exclude>**/org/apache/dubbo/common/threadlocal/InternalThreadLocalMap.java</exclude>
|
||||
|
|
|
|||
Loading…
Reference in New Issue