diff --git a/src/xdocs/config_annotation.xml b/src/xdocs/config_annotation.xml index bff639fb7..1b6393c2a 100644 --- a/src/xdocs/config_annotation.xml +++ b/src/xdocs/config_annotation.xml @@ -444,19 +444,19 @@ public String getNameIfPresent() { ... } allowSamelineMultipleAnnotations - To allow annotation to be located on the same line as taret element. + To allow annotation to be located on the same line as target element. boolean false allowSamelineSingleParameterlessAnnotation - To allow single prameterless annotation to be located on the same line as taret element. + To allow single prameterless annotation to be located on the same line as target element. boolean true allowSamelineParametrizedAnnotation - To allow prameterized annotation to be located on the same line as taret element. + To allow parametrized annotation to be located on the same line as target element. boolean false @@ -481,7 +481,7 @@ public String getNameIfPresent() { ... } </module>

- Example to allow multiple parameterized annotations on the same line + Example to allow multiple parametrized annotations on the same line

@SuppressWarnings("deprecation") @Mock DataLoader loader; diff --git a/src/xdocs/google_style.xml b/src/xdocs/google_style.xml index 9a16be077..9529731f0 100644 --- a/src/xdocs/google_style.xml +++ b/src/xdocs/google_style.xml @@ -1369,7 +1369,7 @@ src="images/ok_blue.png" alt="" /> JavadocMethod -
Overrides are checked by presense of "@Override" annotation on method. +
Overrides are checked by presence of "@Override" annotation on method. Bug fixes: