Skip to content

Commit 759c855

Browse files
committed
import java.util.HashMap;
1 parent fb21d63 commit 759c855

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/AndroidClient
    • android/src/main/java/net/servicestack/client
    • client/src/main/java/net/servicestack/client
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package net.servicestack.client;
22

3+
import java.util.HashMap;
4+
35
public interface IMeta {
46
HashMap<String,String> getMeta();
57
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package net.servicestack.client;
22

3+
import java.util.HashMap;
4+
35
public interface IMeta {
46
HashMap<String,String> getMeta();
57
}

0 commit comments

Comments
 (0)