Skip to content
Snippets Groups Projects
Commit 330b716c authored by Goik Martin's avatar Goik Martin
Browse files

Enclosing non-html markup by {@code ...}

parent 6216488f
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ public class CreateLectures { ...@@ -14,7 +14,7 @@ public class CreateLectures {
static final Logger log = LogManager.getLogger(CreateLectures.class); static final Logger log = LogManager.getLogger(CreateLectures.class);
/** /**
* This refers to a corresponding element <persistence-unit name = "strategy_drop-and-create" > * This refers to a corresponding element {@code <persistence-unit name = "strategy_drop-and-create" >}
* in META-INF/persistence.xml re-creating the relational database schema. * in META-INF/persistence.xml re-creating the relational database schema.
*/ */
static public final String PERSISTENCE_UNIT_DROP_CREATE = "strategy_drop-and-create"; static public final String PERSISTENCE_UNIT_DROP_CREATE = "strategy_drop-and-create";
......
...@@ -20,7 +20,7 @@ public class SearchByFirstLetter { ...@@ -20,7 +20,7 @@ public class SearchByFirstLetter {
static final Logger log = LogManager.getLogger(SearchByFirstLetter.class); static final Logger log = LogManager.getLogger(SearchByFirstLetter.class);
/** /**
* This refers to a corresponding element <persistence-unit name = "strategy_none" > * This refers to a corresponding element {@code <persistence-unit name = "strategy_none">}
* in META-INF/persistence.xml preserving the relational database schema. * in META-INF/persistence.xml preserving the relational database schema.
*/ */
static public final String PERSISTENCE_UNIT_NO_CHANGE = "strategy_none"; static public final String PERSISTENCE_UNIT_NO_CHANGE = "strategy_none";
......
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