mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix Javadocs broken by google-java-format
Summary: After we ran google-java-format D16071725, some Javadocs which weren't properly written broke. This includes putting unordered and ordered lists not using <ul> and <ol>, putting code blocks and pseudo-graphics not using <pre>. I ran through all the changed classes and tried to fix the broken Javadocs. Reviewed By: cpojer Differential Revision: D16090087 fbshipit-source-id: f31971cbc0e367a04814ff90bbfb2192751d5e16
This commit is contained in:
committed by
Facebook Github Bot
parent
6c0f73b322
commit
cd05a85fe5
+8
-4
@@ -38,10 +38,14 @@ import javax.annotation.Nullable;
|
||||
* <p>Keep in mind that all JS remote method calls and script load calls are asynchronous and you
|
||||
* should not expect them to return results immediately.
|
||||
*
|
||||
* <p>In order to write catalyst integration: 1) Make {@link ReactIntegrationTestCase} a base class
|
||||
* of your test case 2) Use {@link ReactTestHelper#catalystInstanceBuilder()} instead of {@link
|
||||
* com.facebook.react.bridge.CatalystInstanceImpl.Builder} to build catalyst instance for testing
|
||||
* purposes
|
||||
* <p>In order to write catalyst integration:
|
||||
*
|
||||
* <ol>
|
||||
* <li>Make {@link ReactIntegrationTestCase} a base class of your test case
|
||||
* <li>Use {@link ReactTestHelper#catalystInstanceBuilder()} instead of {@link
|
||||
* com.facebook.react.bridge.CatalystInstanceImpl.Builder} to build catalyst instance for
|
||||
* testing purposes
|
||||
* </ol>
|
||||
*/
|
||||
public abstract class ReactIntegrationTestCase extends AndroidTestCase {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user