[code-reflection] RFR: Fix typos [v2]
    Paul Sandoz 
    psandoz at openjdk.org
       
    Thu Dec 19 17:13:24 UTC 2024
    
    
  
On Thu, 19 Dec 2024 17:11:07 GMT, Mourad Abbay <mabbay at openjdk.org> wrote:
>> This PR fixes typos introduced by #272.
>
> Mourad Abbay has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update src/jdk.incubator.code/share/classes/jdk/incubator/code/op/CoreOp.java
>   
>   Co-authored-by: Paul Sandoz <paul.d.sandoz at googlemail.com>
Marked as reviewed by psandoz (Lead).
src/jdk.incubator.code/share/classes/jdk/incubator/code/op/CoreOp.java line 1560:
> 1558: 
> 1559:         public List<Value> argOperands() {
> 1560:             if (!isVarArgs){
Suggestion:
            if (!isVarArgs) {
-------------
PR Review: https://git.openjdk.org/babylon/pull/300#pullrequestreview-2515624362
PR Review Comment: https://git.openjdk.org/babylon/pull/300#discussion_r1892768717
    
    
More information about the babylon-dev
mailing list