Replace Guava's ImmutableList by java.util.List 81/106481/5
authorIvan Hrasko <ivan.hrasko@pantheon.tech>
Wed, 14 Jun 2023 12:24:31 +0000 (14:24 +0200)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Thu, 15 Jun 2023 15:58:48 +0000 (15:58 +0000)
commit187a7a4884317913cf0235b5f0c893db8b44d45b
tree29f05c4a69d4553860b517f5c80012ace250e3df
parent385845de6156ba424528d1504bad7f3e5dca00fd
Replace Guava's ImmutableList by java.util.List

Use java.util.List.of/copyOf instead of Guava's ImmutableList.of/copyOf
in RestconfDocumentedException class.

Change-Id: I7a7abe0e56f5b06becfa4bbe8099025b11fb4d8b
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
restconf/restconf-common/src/main/java/org/opendaylight/restconf/common/errors/RestconfDocumentedException.java