Replace escape character by empty line 80/109780/4
authorIvan Hrasko <ivan.hrasko@pantheon.tech>
Mon, 15 Jan 2024 14:17:56 +0000 (15:17 +0100)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Tue, 16 Jan 2024 07:09:55 +0000 (07:09 +0000)
The newline escape character in InfoEntity description is
marked by IDE as redundant. Use blank line instead.

Change-Id: I146bc26c800214321e3681f205ea4554b934c2b4
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
restconf/restconf-openapi/src/main/java/org/opendaylight/restconf/openapi/model/InfoEntity.java

index d3eeb50a705e46bf99f9c63983b09745c24c8069..4199c20d14e31f41e08f0c9c32db7515bacb3dd0 100644 (file)
@@ -15,7 +15,8 @@ public final class InfoEntity extends OpenApiEntity {
     private final String title;
     private static final String DESCRIPTION = """
         We are providing full API for configurational data which can be edited (by POST, PUT, PATCH and DELETE).
-        For operational data we only provide GET API.\n
+        For operational data we only provide GET API.
+
         For majority of request you can see only config data in examples. That's because we can show only one example
         per request. The exception when you can see operational data in example is when data are representing
         operational (config false) container with no config data in it.""";