revert grpc header (#11035)

* revert grpc header

* revert grpc header

* fix checkstyle

* fix checkstyle
This commit is contained in:
earthchen 2022-11-28 09:58:01 +08:00 committed by GitHub
parent 15f4a7d7cb
commit d192c7bfde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View File

@ -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
*

View File

@ -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>