CR feedback

This commit is contained in:
Geoffrey Goh
2016-03-23 12:49:22 -07:00
parent d1ae918958
commit e0ea757b8e

View File

@@ -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;