Skip to content
GitLab
Menu
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
9fed8a73
Commit
9fed8a73
authored
Feb 28, 2011
by
Guillaume Surrel
Browse files
Correct javadoc.
parent
46ad91b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
joram/joram/mom/core/src/main/java/org/objectweb/joram/mom/dest/Topic.java
View file @
9fed8a73
...
...
@@ -275,13 +275,13 @@ public class Topic extends Destination implements TopicMBean {
}
/**
*
s
end to all
queue
in cluster.
*
S
end
s a notification
to all
topics
in cluster.
*
* @param not
* @param not
The notification to send.
*/
protected
void
sendToCluster
(
Notification
not
)
{
if
(
logger
.
isLoggable
(
BasicLevel
.
DEBUG
))
logger
.
log
(
BasicLevel
.
DEBUG
,
"--- "
+
this
+
"
ClusterQueue
.sendToCluster("
+
not
+
")"
);
logger
.
log
(
BasicLevel
.
DEBUG
,
"--- "
+
this
+
"
Topic
.sendToCluster("
+
not
+
")"
);
if
(
friends
==
null
||
friends
.
size
()
<
2
)
return
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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