File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
dubbo-common/src/main/java/org/apache/dubbo/common/threadpool/serial Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change 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,
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 >
You can’t perform that action at this time.
0 commit comments