Fix NoSuchMethodError for Inspector#Page's constructor

Reviewed By: AaaChiuuu

Differential Revision: D4946388

fbshipit-source-id: 1c86e9701f26bc22af81050b300a2d6fd96a11a1
This commit is contained in:
Andrew Y. Chen 2017-04-25 18:04:53 -07:00 committed by Facebook Github Bot
parent a8fa904179
commit 324018061b

View File

@ -78,6 +78,7 @@ public class Inspector {
'}';
}
@DoNotStrip
private Page(int id, String title) {
mId = id;
mTitle = title;