summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/ClassWithoutNoArgConstructor.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/ClassWithoutNoArgConstructor.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/ClassWithoutNoArgConstructor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/ClassWithoutNoArgConstructor.html b/plugins/InspectionGadgets/src/inspectionDescriptions/ClassWithoutNoArgConstructor.html
index a6c1e99852a7..3b1d5e0dbfae 100644
--- a/plugins/InspectionGadgets/src/inspectionDescriptions/ClassWithoutNoArgConstructor.html
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/ClassWithoutNoArgConstructor.html
@@ -5,7 +5,7 @@ Such constructors are necessary in some contexts if a class is to be created ref
<!-- tooltip end -->
<p>
Use the checkbox below to indicate that this inspection should ignore classes which
-contain no explicit constructors, and thus are provided a default no-argument constructor
+contain no explicit constructors. These classes are provided a default no-argument constructor
by the compiler.
<p>
<small>Powered by InspectionGadgets</small>