Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
ba092504
Commit
ba092504
authored
Feb 15, 2011
by
Guillaume Surrel
Browse files
Minor fixes.
parent
8b220087
Changes
1
Hide whitespace changes
Inline
Side-by-side
mom-amqp/org.ow2.joram.mom.amqp/src/main/java/org/ow2/joram/mom/amqp/StubAgentIn.java
View file @
ba092504
...
...
@@ -274,7 +274,7 @@ public class StubAgentIn {
throw
new
IllegalStateException
();
case
AMQP
.
Basic
.
Reject
.
INDEX
:
throw
new
NotImplemen
te
d
Exception
(
"Reject method currently not implemented."
);
throw
new
IllegalSta
teException
();
case
AMQP
.
Basic
.
RecoverAsync
.
INDEX
:
throw
new
IllegalStateException
();
...
...
@@ -283,7 +283,7 @@ public class StubAgentIn {
throw
new
IllegalStateException
();
case
AMQP
.
Basic
.
Qos
.
INDEX
:
throw
new
NotImplementedException
(
"
Reject
method currently not implemented."
);
throw
new
NotImplementedException
(
"
Qos
method currently not implemented."
);
default
:
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment