mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-08 17:46:35 +08: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:
@@ -12,8 +12,8 @@ package com.facebook.react.flat;
|
||||
import android.graphics.Canvas;
|
||||
|
||||
/**
|
||||
* DrawCommand is an inteface that shadow nodes need to implement to do the drawing.
|
||||
* Instaces of DrawCommand are created in background thread and passed to UI thread.
|
||||
* DrawCommand is an interface that shadow nodes need to implement to do the drawing.
|
||||
* 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.
|
||||
*/
|
||||
public interface DrawCommand {
|
||||
|
||||
Reference in New Issue
Block a user