Skip to content

Commit e949791

Browse files
committed
m
1 parent 9503c00 commit e949791

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

api/src/main/java/io/grpc/ForwardingChannelBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,4 @@ protected final T thisT() {
268268
T thisT = (T) this;
269269
return thisT;
270270
}
271-
272271
}

core/src/main/java/io/grpc/inprocess/InternalInProcessChannelBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 The gRPC Authors
2+
* Copyright 2020 The gRPC Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

okhttp/src/main/java/io/grpc/okhttp/InternalOkHttpChannelBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 The gRPC Authors
2+
* Copyright 2020 The gRPC Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)