Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
88037fa7
Commit
88037fa7
authored
Dec 14, 2021
by
legoc
Browse files
Removed SubscriberZmq.toString()
parent
872ef321
Changes
1
Hide whitespace changes
Inline
Side-by-side
cameo-api/src/main/java/fr/ill/ics/cameo/coms/impl/zmq/SubscriberZmq.java
View file @
88037fa7
...
...
@@ -252,10 +252,5 @@ public class SubscriberZmq implements SubscriberImpl {
context
.
destroySocket
(
subscriber
);
context
.
destroySocket
(
cancelPublisher
);
}
@Override
public
String
toString
()
{
return
"sub."
+
publisherName
+
":"
+
instance
.
getName
()
+
"."
+
instance
.
getId
()
+
"@"
+
instance
.
getEndpoint
();
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
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