Reduce argument passing in PathsEntity 23/113923/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 9 Oct 2024 12:01:35 +0000 (14:01 +0200)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Thu, 10 Oct 2024 08:59:37 +0000 (08:59 +0000)
commitbd07ef8216285e3921cc5963a3320c1181ff7caf
treee85cea9b91c782729a12eb46a3a02e659636b839
parent08c34ab9cae8ce3e8a763716dc3025c0b12fb361
Reduce argument passing in PathsEntity

We are passing down arguments from fields. Stop doing that and reference
the fields instead.

Change-Id: I6e3d4143707426b81a4219e11e695a742c9d497d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/model/PathsEntity.java