Skip to content

Commit

Permalink
React native shadow tree sonar plugin
Browse files Browse the repository at this point in the history
Reviewed By: emilsjolander

Differential Revision: D6050845

fbshipit-source-id: 8c041b26ed4eb701830f1aced73d996c71cb3326
  • Loading branch information
ayc1 authored and facebook-github-bot committed Oct 25, 2017
1 parent 724e6ea commit 90a4239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ protected ReactShadowNode createShadowNode(String className) {
return viewManager.createShadowNodeInstance(mReactContext);
}

protected final ReactShadowNode resolveShadowNode(int reactTag) {
public final ReactShadowNode resolveShadowNode(int reactTag) {
return mShadowNodeRegistry.getNode(reactTag);
}

Expand Down

0 comments on commit 90a4239

Please sign in to comment.