From e0ea757b8eac6135d71ff3db689105c0e6bc3ec4 Mon Sep 17 00:00:00 2001 From: Geoffrey Goh Date: Wed, 23 Mar 2016 12:49:22 -0700 Subject: [PATCH] CR feedback --- .../src/main/java/com/microsoft/codepush/react/CodePush.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/java/com/microsoft/codepush/react/CodePush.java b/android/app/src/main/java/com/microsoft/codepush/react/CodePush.java index cf07a35..0e0bae1 100644 --- a/android/app/src/main/java/com/microsoft/codepush/react/CodePush.java +++ b/android/app/src/main/java/com/microsoft/codepush/react/CodePush.java @@ -102,7 +102,7 @@ public class CodePush implements ReactPackage { initializeUpdateAfterRestart(); if (currentInstance != null) { - CodePushUtils.log("More than one CodePush instances has been initialized, please use the non-static method codePush.getBundleUrlInternal() to get the correct bundleURL for a particular instance."); + CodePushUtils.log("More than one CodePush instance has been initialized. Please use the instance method codePush.getBundleUrlInternal() to get the correct bundleURL for a particular instance."); } currentInstance = this;