Seal JSONCodecFactory 95/101995/6
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 7 Aug 2022 18:28:10 +0000 (20:28 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 7 Aug 2022 21:24:40 +0000 (23:24 +0200)
commit2a8055344aae37f7b073680823dedcbd10aa4783
treeaed4c03eef62667da7b6925840330c74bd8293e3
parentb905cd19409ea5c50950846581315d4ed626c84b
Seal JSONCodecFactory

The factory can only be instantiated from within the package due to
package-private constructor. It is therefore safe to seal.

Change-Id: Ia03e553b6ee9a3080aad6112278cea45cab99da7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
codec/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONCodecFactory.java