Revert D2564759

Differential Revision: D2564818

fb-gh-sync-id: 75e44551fc2c7e22be8096f12c06aa88b72a4508
This commit is contained in:
Hermes Pique
2015-10-21 05:23:30 -07:00
committed by facebook-github-bot-7
parent e1b2c84a81
commit 9960878ba4
7 changed files with 14 additions and 14 deletions

View File

@@ -24,5 +24,5 @@ public interface ReadableMap {
ReadableArray getArray(String name);
ReadableMap getMap(String name);
ReadableType getType(String name);
ReadableMapKeySetIterator keySetIterator();
ReadableMapKeySeyIterator keySetIterator();
}