Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit e0ea757

Browse files
committed
CR feedback
1 parent d1ae918 commit e0ea757

File tree

1 file changed

+1
-1
lines changed
  • android/app/src/main/java/com/microsoft/codepush/react

1 file changed

+1
-1
lines changed

android/app/src/main/java/com/microsoft/codepush/react/CodePush.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public CodePush(String deploymentKey, Activity mainActivity, boolean isDebugMode
102102

103103
initializeUpdateAfterRestart();
104104
if (currentInstance != null) {
105-
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.");
105+
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.");
106106
}
107107

108108
currentInstance = this;

0 commit comments

Comments
 (0)