Add CLI support for /explicit/urls (automatically outputs JSON in this case), and some cleanup.

This commit is contained in:
Adam Ierymenko 2015-07-28 17:10:56 -07:00
commit 2599b1bacc
2 changed files with 18 additions and 4 deletions

View file

@ -106,8 +106,6 @@ public:
* The terminate() method may be called from a signal handler or another
* thread to terminate execution. Otherwise this will not return unless
* another condition terminates execution such as a fatal error.
*
* @param
*/
virtual ReasonForTermination run() = 0;