Skip to content

Commit

Permalink
netty: Fix Javadoc for ShadingTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Oct 5, 2020
1 parent 0f7fd28 commit cdeda50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

/** Unit tests for {@link Shading}. */
/** Unit tests for shaded gRPC Netty. */
@RunWith(JUnit4.class)
public final class ShadingTest {
private ManagedChannel channel;
Expand Down

0 comments on commit cdeda50

Please sign in to comment.