Improve wording in some inspections
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user