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:
8288329
)
typo in tutorial/rb/RubyServer.rb
author
Christopher Piro
<cpiro@apache.org>
Thu, 28 Jun 2007 01:09:22 +0000
(
01:09
+0000)
committer
Christopher Piro
<cpiro@apache.org>
Thu, 28 Jun 2007 01:09:22 +0000
(
01:09
+0000)
Reviewed By: mcslee
Test Plan:
Revert Plan:
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665145
13f79535
-47bb-0310-9956-
ffa450edef68
tutorial/rb/RubyServer.rb
patch
|
blob
|
history
diff --git
a/tutorial/rb/RubyServer.rb
b/tutorial/rb/RubyServer.rb
index
ea39e15
..
60d019f
100755
(executable)
--- a/
tutorial/rb/RubyServer.rb
+++ b/
tutorial/rb/RubyServer.rb
@@
-42,7
+42,7
@@
class CalculatorHandler
end
val = work.num1 / work.num2
else
- x = InvalidOperation()
+ x = InvalidOperation
.new
()
x.what = work.op
x.why = "Invalid operation"
raise x