1
0
Fork 0

Removed unnecessary JSON

This commit is contained in:
Michael Hackstein 2016-02-15 17:48:20 +01:00
parent bb264d89f8
commit 4a7bc9ad95
3 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,6 @@
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include "PeriodicTask.h" #include "PeriodicTask.h"
#include "Basics/json.h"
#include "Scheduler/Scheduler.h" #include "Scheduler/Scheduler.h"
#include <velocypack/Builder.h> #include <velocypack/Builder.h>

View File

@ -70,7 +70,7 @@ KeyGenerator::KeyGenerator(bool allowUserKeys)
KeyGenerator::~KeyGenerator() {} KeyGenerator::~KeyGenerator() {}
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
/// @brief get the generator type from JSON /// @brief get the generator type from VelocyPack
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
KeyGenerator::GeneratorType KeyGenerator::generatorType( KeyGenerator::GeneratorType KeyGenerator::generatorType(

View File

@ -76,7 +76,7 @@ class KeyGenerator {
static void Initialize(); static void Initialize();
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
/// @brief get the generator type from JSON /// @brief get the generator type from VelocyPack
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
static GeneratorType generatorType(arangodb::velocypack::Slice const&); static GeneratorType generatorType(arangodb::velocypack::Slice const&);