OmniLayer / OmniJ

OmniLayer for Java, JVM, and Android
Apache License 2.0
133 stars 89 forks source link

SendToOwnersTestPlanSpec: make owners effectively final/immutable #230

Closed msgilligan closed 1 year ago

msgilligan commented 1 year ago

Use a Java stream to initialize the owners list so that it is effectively final and could be made immutable (e.g. by JDK 16+ Stream.toList())

This is a child of PR #228