aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2019-02-21 23:35:05 -0800
committerGravatar Miek Gieben <miek@miek.nl> 2019-02-22 07:35:05 +0000
commit8953722327330ee2c07be51b9eb0c4f4261a5916 (patch)
treec4fe897af78de940932d02e1b92aa66f387e04e6
parent9ce9308f5c2f243512c60ac710ca85c3d2c07f5f (diff)
downloadcoredns-8953722327330ee2c07be51b9eb0c4f4261a5916.tar.gz
coredns-8953722327330ee2c07be51b9eb0c4f4261a5916.tar.zst
coredns-8953722327330ee2c07be51b9eb0c4f4261a5916.zip
Restore changes in vendor directory (#2594)
Part of the changes in 2591 modifies the vendor directory which should not be modified. `dep ensure` will change it back. This fix reverts the change of ``` vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go ``` in 2591. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
-rw-r--r--vendor/github.com/apache/thrift/lib/go/thrift/simple_json_protocol.go2
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