Skip to content

Commit 353295b

Browse files
committed
CR
1 parent 094c095 commit 353295b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/io/grpc/internal/GrpcUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ static <T> boolean iterableContains(Iterable<T> iterable, T item) {
888888
* byte is then represented by the 3-character string "%XY", where "XY" is the two-digit,
889889
* uppercase, hexadecimal representation of the byte value.
890890
* </ul>
891-
*
891+
*
892892
* <p>This section does not use URLEscapers from Guava Net as its not Android-friendly thus core
893893
* can't depend on it.
894894
*/

0 commit comments

Comments
 (0)