apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.54k stars 26.44k forks source link

[Dubbo]Fix: Collections.emptyList() is final #14899

Closed paradiseidler closed 1 week ago

paradiseidler commented 1 week ago

What is the purpose of the change?

Fix #14895 What the Collections.emptyList( ) return is final.

Checklist