RFR: SKARA-1096: New command and label for JEPs, similar to CSR [v8]
Guoxiong Li
gli at openjdk.java.net
Tue Apr 19 16:53:37 UTC 2022
On Tue, 19 Apr 2022 15:23:28 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> bots/pr/src/main/java/org/openjdk/skara/bots/pr/JEPCommand.java line 98:
>>
>>> 96: }
>>> 97: reply.println(unneededMarker);
>>> 98: reply.println("determined that the [JEP](https://openjdk.java.net/jeps) request " +
>>
>> Suggestion:
>>
>> reply.println("determined that the JEP request " +
>
> ... and possibly join with the line below, depending on line length (hard to tell in github review mode)
Fixed and joined with next line and revised the corresponding tests.
-------------
PR: https://git.openjdk.java.net/skara/pull/1297
More information about the skara-dev
mailing list