issues
search
TongchengOpenSource
/
smart-doc
Smart-doc is a java restful api document generation tool. Smart-doc is based on interface source code analysis to generate interface documentation, completely zero-injection.
https://smart-doc-group.github.io/#/
Apache License 2.0
1.43k
stars
278
forks
source link
fix: :bug: Resolve error caused by `EmptyList` being final
#941
Closed
linwumingshi
closed
3 weeks ago
linwumingshi
commented
4 weeks ago
Fixed an issue where attempting to add elements to a list resulted in an error because
EmptyList
is final.
Ensured that the list can be modified as expected.
EmptyList
is final.