mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
spelling clowntown
Reviewed By: shergin Differential Revision: D4386363 fbshipit-source-id: feeeac5a3f03bdb09ce0faa3faa669563d0a6a8b
This commit is contained in:
committed by
Facebook Github Bot
parent
7d1635f85b
commit
07a2a71df3
@@ -145,7 +145,7 @@ public class ReactModuleSpecProcessor extends AbstractProcessor {
|
|||||||
if (reactModule == null) {
|
if (reactModule == null) {
|
||||||
throw new ReactModuleSpecException(
|
throw new ReactModuleSpecException(
|
||||||
keyString + " not found by ReactModuleSpecProcessor. " +
|
keyString + " not found by ReactModuleSpecProcessor. " +
|
||||||
"Did you forget to add the @ReactModule annotation the the native module?");
|
"Did you forget to add the @ReactModule annotation to the native module?");
|
||||||
}
|
}
|
||||||
String valueString = new StringBuilder()
|
String valueString = new StringBuilder()
|
||||||
.append("new ReactModuleInfo(")
|
.append("new ReactModuleInfo(")
|
||||||
|
|||||||
Reference in New Issue
Block a user