diff options
-rw-r--r-- | vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go b/vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go index af2bcd3a6..2e8a71112 100644 --- a/vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go +++ b/vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go @@ -334,7 +334,7 @@ func (p *TSimpleJSONProtocol) ReadFieldBegin() (string, TType, int16, error) { p.reader.ReadByte() name, err := p.ParseStringBody() // simplejson is not meant to be read back into thrift - // - see https://wiki.apache.org/thrift/ThriftUsageJava + // - see http://wiki.apache.org/thrift/ThriftUsageJava // - use JSON instead if err != nil { return name, STOP, 0, err |