[apex] Fix documentation typo

This commit is contained in:
Kyle Thompson-Bass
2017-05-10 12:33:57 -04:00
parent abaeea12a5
commit 4f96cabe82

View File

@ -119,7 +119,7 @@ See more here: https://developer.salesforce.com/page/Trigger_Frameworks_and_Apex
externalInfoUrl="${pmd.website.baseurl}/rules/apex/style.html#AvoidGlobalModifier">
<description>
Global classes should be avoided (especially in managed packages) as they can never be deleted or changed in signature. Always check twice if something needs to be global.
Many interfaces (e.g. Batch) required global modifiers in the past but don't require this anymore. Don't look yourself in.
Many interfaces (e.g. Batch) required global modifiers in the past but don't require this anymore. Don't lock yourself in.
</description>
<priority>3</priority>
<example>