Clearly mark java CSSNode as deprecated. It will go away very soon

Summary: Clearly mark java CSSNode as deprecated. It will go away very soon.

Reviewed By: lucasr

Differential Revision: D3992775
This commit is contained in:
Emil Sjolander
2016-10-12 02:49:37 -07:00
committed by Ahmed El-Helw
parent f038ef4e0d
commit 698774d273
5 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ package com.facebook.react.flat;
}
/**
* Returns true when this CSSNode tree needs to be re-laid out. If true, FlatUIImplementation
* Returns true when this CSSNodeDEPRECATED tree needs to be re-laid out. If true, FlatUIImplementation
* will request LayoutEngine to perform a layout pass to update node boundaries. This is used
* to avoid unnecessary node updates.
*/