From 8d759bc44d1f9adc0232cf8f396351e48a842ad0 Mon Sep 17 00:00:00 2001 From: jtisserand <jtisserand@ippon.fr> Date: Thu, 17 May 2018 16:56:43 +0200 Subject: [PATCH] Comment correction --- .../ippon/article/clientmobile/database/DatabaseManagement.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/ippon/article/clientmobile/database/DatabaseManagement.java b/app/src/main/java/com/ippon/article/clientmobile/database/DatabaseManagement.java index 72c47f9..9c0e07c 100644 --- a/app/src/main/java/com/ippon/article/clientmobile/database/DatabaseManagement.java +++ b/app/src/main/java/com/ippon/article/clientmobile/database/DatabaseManagement.java @@ -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); -- GitLab