Skip to content

Commit ad5ae25

Browse files
jcanizalesejona86
authored andcommitted
Fixes javadoc errors
1 parent f1b6f62 commit ad5ae25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/io/grpc/ClientInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
public interface ClientInterceptor {
4949
/**
5050
* Intercept {@link Call} creation by the {@code next} {@link Channel}.
51-
* <p/>
51+
* <p>
5252
* Many variations of interception are possible. Complex implementations may return a wrapper
5353
* around the result of {@code next.newCall()}, whereas a simpler implementation may just modify
5454
* the header metadata prior to returning the result of {@code next.newCall()}.

0 commit comments

Comments
 (0)