Browse Source

Moved docs comment to own row (#8993)

* Moved docs comment to own row

Anyone can read the TODO comment on https://vaadin.com/docs/-/part/framework/advanced/advanced-logging.html. The comment is directly on same row as normal text, which means that it will be printed out when asciidoc is transformed to html. I moved it now to a new row which will make the asciidoc parser treat is as a comment. Please make a proper fix for it.
tags/8.1.0.alpha4
Jens Jansson 7 years ago
parent
commit
b1c5f6ebd1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      documentation/advanced/advanced-logging.asciidoc

+ 2
- 2
documentation/advanced/advanced-logging.asciidoc View File

@@ -58,9 +58,9 @@ SLF4J site.

In order to get the [package]#java.util.logging# to SLF4J bridge installed, you
need to add the following snippet of code to your [classname]#UI# class at the
very top://TODO: Sure it's UI class and not the
servlet?
very top:

//TODO: Sure it's UI class and not the servlet?

[source, java]
----

Loading…
Cancel
Save