Minor corrections on code review

This commit is contained in:
Valentin Kipyatkov
2015-10-22 14:48:22 +03:00
parent 7ee42ab18d
commit c5e13ebc68
8 changed files with 64 additions and 28 deletions
@@ -1,5 +1,5 @@
<html>
<body>
This inspection reports any explicit calls of 'get' or 'set' functions which can be replaced by indexing operator []
This inspection reports any explicit calls of <code>get</code> or <code>set</code> functions which can be replaced by indexing operator <code>[]</code>
</body>
</html>