This PR includes the following changes to improve code readability:
- Code readability:
- Refactored an
if
statement to enhance readability. -
Removed an unnecessary
else
block -
Javadoc improvements:
- Replaced
@code
with@link
for thecheckNotModified(String)
reference to create clickable links in the Javadoc.