summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/PropertyValueSetToItself.html
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/InspectionGadgets/src/inspectionDescriptions/PropertyValueSetToItself.html')
-rw-r--r--plugins/InspectionGadgets/src/inspectionDescriptions/PropertyValueSetToItself.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/InspectionGadgets/src/inspectionDescriptions/PropertyValueSetToItself.html b/plugins/InspectionGadgets/src/inspectionDescriptions/PropertyValueSetToItself.html
index c72e160a9b8c..60964e59716c 100644
--- a/plugins/InspectionGadgets/src/inspectionDescriptions/PropertyValueSetToItself.html
+++ b/plugins/InspectionGadgets/src/inspectionDescriptions/PropertyValueSetToItself.html
@@ -1,8 +1,8 @@
<html>
<body>
-Reports calls on a setter with the value of same objects getter.
+Reports calls on a setter with the value of the same object's getter.
For example: <code>bean.setPayerId(bean.getPayerId());</code>
-In regular circumstances this code is a no-op and probably not what was intented..
+In regular circumstances this code is a no-op and probably not what was intended.
<!-- tooltip end -->
<p>
<small>New in 14</small>