Skip to content

Commit

Permalink
import java.util.HashMap;
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 31, 2020
1 parent fb21d63 commit 759c855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package net.servicestack.client;

import java.util.HashMap;

public interface IMeta {
HashMap<String,String> getMeta();
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package net.servicestack.client;

import java.util.HashMap;

public interface IMeta {
HashMap<String,String> getMeta();
}

0 comments on commit 759c855

Please sign in to comment.