Skip to content
Snippets Groups Projects
Commit 8d759bc4 authored by Jeremie TISSERAND's avatar Jeremie TISSERAND
Browse files

Comment correction

parent 03a00d62
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ public class DatabaseManagement {
Database.setLogLevel(LogDomain.REPLICATOR, LogLevel.VERBOSE);
Database.setLogLevel(LogDomain.NETWORK, LogLevel.VERBOSE);
// Create replicators to push and pull changes to and from the cloud.
// Create replicators to pull changes.
Endpoint targetEndpoint = new URLEndpoint(new URI(gatewayUrl));
ReplicatorConfiguration replConfig = new ReplicatorConfiguration(database, targetEndpoint);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment