Skip to content

Commit d74a627

Browse files
committed
Adding an import for java.util.List
1 parent c7150fe commit d74a627

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates-v7/libraries/jersey3/api.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import com.adyen.service.resource.Resource;
1313
import java.io.IOException;
1414
import java.util.HashMap;
1515
import java.util.Map;
16+
import java.util.List;
1617

1718
{{#operations}}
1819
public class {{classname}} extends Service {

0 commit comments

Comments
 (0)