The GitHub Actions job "Pull Requests" on 
pekko.git/feature/java17-unmodifiable-collections has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
6bfbd9c546e5f6e941bc45f9e2e52c09091345f1 / 虎鸣 <[email protected]>
refactor: migrate Collections.singletonList to List.of per review feedback

Motivation:
Address reviewer comment that Collections.singletonList should also
be migrated to the Java 9+ factory method List.of().

Modification:
Replace Collections.singletonList(element) with List.of(element) in
StatefulMap.java.

Result:
Consistent use of Java 9+ collection factory methods.

Report URL: https://github.com/apache/pekko/actions/runs/28241735549

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to