mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Revert addition of final modifier to JSON formatter
This commit is contained in:
parent
39c00c9966
commit
8ac591c9f5
3 changed files with 6 additions and 2 deletions
|
@ -14,7 +14,7 @@ namespace threading { namespace formatter {
|
|||
* A thread-safe class for converting values into a JSON representation
|
||||
* and vice versa.
|
||||
*/
|
||||
class JSON final : public Formatter {
|
||||
class JSON : public Formatter {
|
||||
public:
|
||||
enum TimeFormat {
|
||||
TS_EPOCH, // Doubles that represents seconds from the UNIX epoch.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue