Skip to content

Commit 0a88691

Browse files
committed
Review fixes
1 parent 37f5e49 commit 0a88691

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/DataStorm/node/Reader.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ main(int argc, char* argv[])
1616
// beginning of the program, before creating a DataStorm node or starting any thread.
1717
Ice::CtrlCHandler ctrlCHandler;
1818

19-
// Default properties. Communicators used by DataStorm must have a property set that can use the "DataStorm"
20-
// opt-in prefix.
19+
// Default properties.
2120
auto defaultProperties = make_shared<Ice::Properties>();
2221
// Connect to the DataStorm node running on localhost port 10000
2322
defaultProperties->setProperty("DataStorm.Node.ConnectTo", "tcp -h localhost -p 10000");

0 commit comments

Comments
 (0)