aboutsummaryrefslogtreecommitdiff
path: root/java/src/com/android/i18n/addressinput/DataSource.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/com/android/i18n/addressinput/DataSource.java')
-rw-r--r--java/src/com/android/i18n/addressinput/DataSource.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/i18n/addressinput/DataSource.java b/java/src/com/android/i18n/addressinput/DataSource.java
index d77f27f..605ae2a 100644
--- a/java/src/com/android/i18n/addressinput/DataSource.java
+++ b/java/src/com/android/i18n/addressinput/DataSource.java
@@ -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);
}