summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ParametersPerConstructor.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/ParametersPerConstructor.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/ParametersPerConstructor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/ParametersPerConstructor.html b/plugins/InspectionGadgets/src/inspectionDescriptions/ParametersPerConstructor.html
index 226c8ea0b002..97c9c4001e52 100644
--- a/plugins/InspectionGadgets/src/inspectionDescriptions/ParametersPerConstructor.html
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/ParametersPerConstructor.html
@@ -4,7 +4,7 @@ Reports constructors with too many parameters. Constructors
with too many parameters can be a good sign that refactoring is necessary.
<!-- tooltip end -->
<p>
-Use the field provided below to specify the maximum acceptable number of parameters a constructor might have.
+Use the field below to specify the maximum number of parameters a constructor is allowed to have.
<p>
Use the combobox below to specify if the inspection should ignore private, package local & private or protected, package local and
private constructors