Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
477a580
)
[thrift] small typo in tserver.rb
author
Christopher Piro
<cpiro@apache.org>
Mon, 2 Jul 2007 06:35:10 +0000
(06:35 +0000)
committer
Christopher Piro
<cpiro@apache.org>
Mon, 2 Jul 2007 06:35:10 +0000
(06:35 +0000)
Summary: s:procotol:protocol:g
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665149
13f79535
-47bb-0310-9956-
ffa450edef68
lib/rb/lib/thrift/server/tserver.rb
patch
|
blob
|
history
diff --git
a/lib/rb/lib/thrift/server/tserver.rb
b/lib/rb/lib/thrift/server/tserver.rb
index
33bf393
..
95e6297
100644
(file)
--- a/
lib/rb/lib/thrift/server/tserver.rb
+++ b/
lib/rb/lib/thrift/server/tserver.rb
@@
-27,8
+27,8
@@
end
class TSimpleServer < TServer
- def initialize(processor, serverTransport, transportFactory=nil, pro
cot
olFactory=nil)
- super(processor, serverTransport, transportFactory, pro
cot
olFactory)
+ def initialize(processor, serverTransport, transportFactory=nil, pro
toc
olFactory=nil)
+ super(processor, serverTransport, transportFactory, pro
toc
olFactory)
end
def serve()