summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/MethodCount.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/MethodCount.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/MethodCount.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/MethodCount.html b/plugins/InspectionGadgets/src/inspectionDescriptions/MethodCount.html
index 471915e3dc85..28724c52181d 100644
--- a/plugins/InspectionGadgets/src/inspectionDescriptions/MethodCount.html
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/MethodCount.html
@@ -5,11 +5,9 @@ a large number of methods are often trying to 'do too much', and may need to be
refactored into multiple smaller classes.
<!-- tooltip end -->
<p>
-Use the field provided below to specify the maximum acceptable number of methods
-a class might have.
+Use the field below to specify the maximum number of methods a class is allowed to have.
<p>
-Use the checkbox below to specify if simple getters and setters should be ignored
-in the method count.
+Use the checkbox below to specify that simple getters and setters should be ignored in the method count.
<p>
<small>Powered by InspectionGadgets</small>
</body>