-
-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish conversion of static function to non-static
The processSecondaryContribution function is no longer static but the class still passes itself to the function as the form parameter. This updates calls to form to calls to this. Also for clarity the function is made private I did do a quick universe search to confirm no calls to it - even thought they would have been clearly unsupported
- Loading branch information
1 parent
2b2ecd5
commit 2945501
Showing
1 changed file
with
26 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters