Make sure that handlers always return Json::objectValue.

This commit is contained in:
Tom Ritchford
2014-12-01 15:26:59 -05:00
parent b0d47ebcc6
commit 86df482842
22 changed files with 43 additions and 32 deletions

View File

@@ -24,7 +24,7 @@
namespace ripple {
/** A PropertyStream::Sink which produces a Json::Value. */
/** A PropertyStream::Sink which produces a Json::Value of type objectValue. */
class JsonPropertyStream : public beast::PropertyStream
{
public:
@@ -65,4 +65,3 @@ protected:
}
#endif