Skip to content
Snippets Groups Projects
Commit 58355f14 authored by tpylak's avatar tpylak
Browse files

minor: formatting

SVN: 20445
parent efca85b1
No related branches found
No related tags found
No related merge requests found
...@@ -75,9 +75,7 @@ public class LoggingConsole ...@@ -75,9 +75,7 @@ public class LoggingConsole
{ {
final VerticalPanel panel = new VerticalPanel(); final VerticalPanel panel = new VerticalPanel();
List<String> events = profilingTable.getLoggedEvents(); List<String> events = profilingTable.getLoggedEvents();
panel panel.add(new Label("The header is: start-timestamp [stop-timestamp: duration] description"));
.add(new Label(
"The header is: start-timestamp [stop-timestamp: duration] description"));
for (String event : events) for (String event : events)
{ {
panel.add(new Label(event)); panel.add(new Label(event));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment