- 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.
ArrayIndexOutOfBoundsException if Indentation and FileContentsFolder are enabled. Author: Ilja Dubinin. #92
@@ -118,7 +118,7 @@
Google style
- is now covered to maxumum of Checkstyle ability. See detailed report here. Authors: Max Vetrenko, Ruslan Diachenko, Roman Ivanov.
+ is now covered to maximum of Checkstyle ability. See detailed report here. Authors: Max Vetrenko, Ruslan Diachenko, Roman Ivanov.
All binaries are now compiled by Jdk6. Jdk5 is not supported any more.