Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / libaddressinput / src / java / src / com / android / i18n / addressinput / DataSource.java
index d77f27f..605ae2a 100644 (file)
@@ -20,6 +20,6 @@ package com.android.i18n.addressinput;
 // removed when we have created code for static loading of data without using the
 // AddressVerificationData class.
 public interface DataSource {
-    AddressVerificationNodeData getDefaultData(String key);
-    AddressVerificationNodeData get(String key);
+  AddressVerificationNodeData getDefaultData(String key);
+  AddressVerificationNodeData get(String key);
 }