You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2019. It is now read-only.
Move the checking of prefixes to the superclass, so that the extended function does not need to check it's own prefixes. That's mostly duplicated code.
See the assignment-notifier branch for an example of using a private void run() function, called from the public Response process() function.