checkstyle/src
Michal Kordas a384794ade Mark method as static. #1555
Fixes `MethodMayBeStatic` inspection violation introduced in recent commit.

Description:
>Reports any methods which may safely be made static. A method may be static if it is not synchronized, it does not reference any of its class' non static methods and non static fields and is not overridden in a sub class.
2015-08-27 22:31:35 -07:00
..
it Remove redundant throws declarations. #1555 2015-08-27 22:29:46 -07:00
main Mark method as static. #1555 2015-08-27 22:31:35 -07:00
site Fix typos in xdocs. #1555 2015-08-25 04:53:48 -07:00
test Decrease visibility of fields and methods in main and utils packages. #1555 2015-08-27 22:30:55 -07:00
xdocs Fix typos in xdocs. #1555 2015-08-25 04:53:48 -07:00