Skip to content

Commit

Permalink
fix: add import of Map
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Santos committed Aug 21, 2024
1 parent 278af03 commit aa8dd3b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package io.eigr.spawn.java.service;

import java.util.Map;

public interface PostalCodeService {
Map<String, String> find(String postalCode);
}

0 comments on commit aa8dd3b

Please sign in to comment.