Skip to content

Commit

Permalink
update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
sorra committed Aug 7, 2023
1 parent 5347855 commit fad093b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014 The gRPC Authors
* Copyright 2023 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.
Expand Down
4 changes: 2 additions & 2 deletions api/src/main/java/io/grpc/ServerTimeoutManager.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014 The gRPC Authors
* Copyright 2023 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.
Expand Down Expand Up @@ -53,7 +53,7 @@ public void shutdown() {
}

Check warning on line 53 in api/src/main/java/io/grpc/ServerTimeoutManager.java

View check run for this annotation

Codecov / codecov/patch

api/src/main/java/io/grpc/ServerTimeoutManager.java#L52-L53

Added lines #L52 - L53 were not covered by tests

/**
* Schedules a timeout and calls the RPC method invocation.
* Calls the RPC method invocation with a timeout scheduled.
* Invalidates the timeout if the invocation completes in time.
*
* @param invocation The RPC method invocation that processes a request.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 The gRPC Authors
* Copyright 2023 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.
Expand Down

0 comments on commit fad093b

Please sign in to comment.