Skip to content

Commit

Permalink
Update CatalystInstanceImpl.java
Browse files Browse the repository at this point in the history
Summary:
This change is very simple, fix a wrong spelling.
Closes #14268

Differential Revision: D5153788

Pulled By: javache

fbshipit-source-id: a163e1032661f54a802b3bfcbdf802a80b88545d
  • Loading branch information
chnfeeeeeef authored and facebook-github-bot committed May 31, 2017
1 parent f16df60 commit c2eb9f4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -94,7 +94,7 @@ public PendingJSCall(
private native static HybridData initHybrid();

private CatalystInstanceImpl(
final ReactQueueConfigurationSpec ReactQueueConfigurationSpec,
final ReactQueueConfigurationSpec reactQueueConfigurationSpec,
final JavaScriptExecutor jsExecutor,
final NativeModuleRegistry registry,
final JavaScriptModuleRegistry jsModuleRegistry,
Expand All @@ -104,7 +104,7 @@ private CatalystInstanceImpl(
mHybridData = initHybrid();

mReactQueueConfiguration = ReactQueueConfigurationImpl.create(
ReactQueueConfigurationSpec,
reactQueueConfigurationSpec,
new NativeExceptionHandler());
mBridgeIdleListeners = new CopyOnWriteArrayList<>();
mJavaRegistry = registry;
Expand Down

0 comments on commit c2eb9f4

Please sign in to comment.