Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 389421544
  • Loading branch information
Googler authored and copybara-github committed Aug 8, 2021
1 parent 15c55d5 commit 2207a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static Method inspectCompanionMethodOfDefaultMethod() throws Exception {
/** A helper class that interface methods with parameters. */
final class TestHelper {

/** Returns the runtime-invoked method that encloses {@param enclosedThrowable}. */
/** Returns the runtime-invoked method that encloses {@code enclosedThrowable}. */
static Method getEnclosingRuntimeMethod(Throwable enclosedThrowable)
throws ClassNotFoundException, NoSuchMethodException {
StackTraceElement stackTraceElement = enclosedThrowable.getStackTrace()[0];
Expand Down

0 comments on commit 2207a57

Please sign in to comment.