<@U06A03HV1>: is this comment talking about the li...
# general
f
@witty-crayon-22786: is this comment talking about the line above it or the line below it? https://github.com/pantsbuild/pants/blob/master/src/java/org/pantsbuild/tools/junit/impl/CompositeRequestRunner.java#L72
Copy code
} catch (StoppedByUserException e) {
      throw e; /* <- this? */
    // We wan't to fail the test no matter what here for an intelligible user message.
    // SUPPRESS CHECKSTYLE RegexpSinglelineJava
    } catch (Throwable e) { /* <- or this? */
w
the second one
👍 1