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
+9
-2
@@ -40,8 +40,15 @@ import javax.annotation.concurrent.NotThreadSafe;
|
||||
/**
|
||||
* Delegate of {@link UIManagerModule} that owns the native view hierarchy and mapping between
|
||||
* native view names used in JS and corresponding instances of {@link ViewManager}. The {@link
|
||||
* UIManagerModule} communicates with this class by it's public interface methods: - {@link
|
||||
* #updateProperties} - {@link #updateLayout} - {@link #createView} - {@link #manageChildren}
|
||||
* UIManagerModule} communicates with this class by it's public interface methods:
|
||||
*
|
||||
* <ul>
|
||||
* <li>{@link #updateProperties}
|
||||
* <li>{@link #updateLayout}
|
||||
* <li>{@link #createView}
|
||||
* <li>{@link #manageChildren}
|
||||
* </ul>
|
||||
*
|
||||
* executing all the scheduled UI operations at the end of JS batch.
|
||||
*
|
||||
* <p>NB: All native view management methods listed above must be called from the UI thread.
|
||||
|
||||
Reference in New Issue
Block a user