Fix JavaDoc syntax errors. Add check to circle build. (#791)

* Fix JavaDoc syntax errors. Add check to circle build.

* One more code error

* Added missing tags.
This commit is contained in:
Kai Zimmermann
2019-02-01 10:31:40 +01:00
committed by GitHub
parent 4ee582fe04
commit f9a7194fd5
43 changed files with 196 additions and 193 deletions

View File

@@ -38,7 +38,7 @@ public interface FieldNameProvider {
*
* @param propertyField
* the given field
* @return <true> contains <false> contains not
* @return <code>true</code> contains <code>false</code> contains not
*/
default boolean containsSubEntityAttribute(final String propertyField) {
@@ -76,7 +76,7 @@ public interface FieldNameProvider {
/**
* Is the entity field a {@link Map}.
*
* @return <true> is a map <false> is not a map
* @return <code>true</code> is a map <code>false</code> is not a map
*/
default boolean isMap() {
return false;