Skip to content

Commit

Permalink
Replace escape character by empty line
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ihrasko committed Jan 16, 2024
1 parent 23ca1f9 commit 25716d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.""";
Expand Down

0 comments on commit 25716d2

Please sign in to comment.