You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/trends/rich-adapters/src/main/java/org/phoebus/apps/trends/rich/adapters/DatabrowserAdapterFactory.java
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -91,13 +91,21 @@ else if (adapterType.isAssignableFrom(LogEntry.class))
91
91
returnOptional.ofNullable(null);
92
92
}
93
93
94
+
/**
95
+
* Formats the body of the log entry.
96
+
*
97
+
* List of PVs is separated both by two blanks and a line separator. This is needed in order to get both the
98
+
* log entry editor and the Markdown text -> html conversion to render one PV per line.
99
+
* @param databrowserSelection The data selected from Data Browser
0 commit comments