Improve wording in some inspections

This commit is contained in:
Mikhail Glukhikh
2017-12-26 18:06:40 +03:00
parent 1534488dd1
commit 429c31c010
52 changed files with 83 additions and 93 deletions
@@ -1,5 +1,5 @@
<html>
<body>
This inspection detects '==' or '!=' operator for arrays that should be replaced with 'Arrays.equals'
This inspection detects '==' or '!=' operator for arrays that should be replaced with 'contentEquals'
</body>
</html>