mirror of
https://github.com/status-im/react-native.git
synced 2025-02-27 08:30:34 +00:00
Cleanup React comments and unused imports
Summary: @public Fix some typos in comments. Reviewed By: astreet Differential Revision: D3161278
This commit is contained in:
parent
a099869edd
commit
72eb547f22
@ -12,8 +12,8 @@ package com.facebook.react.flat;
|
|||||||
import android.graphics.Canvas;
|
import android.graphics.Canvas;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DrawCommand is an inteface that shadow nodes need to implement to do the drawing.
|
* DrawCommand is an interface that shadow nodes need to implement to do the drawing.
|
||||||
* Instaces of DrawCommand are created in background thread and passed to UI thread.
|
* Instances of DrawCommand are created in background thread and passed to UI thread.
|
||||||
* Once a DrawCommand is shared with UI thread, it can no longer be mutated in background thread.
|
* Once a DrawCommand is shared with UI thread, it can no longer be mutated in background thread.
|
||||||
*/
|
*/
|
||||||
public interface DrawCommand {
|
public interface DrawCommand {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user