Skip to content

Commit

Permalink
move List import to generated Handler (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
hankting authored and chinkong83 committed May 20, 2019
1 parent 9db3edd commit 03c210d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rdl-gen-parsec-java-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ package {{origPackage}};
{{classImports}}
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.util.List;
/**
* {{cName}}HandlerImpl is interface implementation that implement {{cName}}Handler interface.
Expand Down Expand Up @@ -704,6 +703,7 @@ import javax.ws.rs.container.Suspended;
import java.io.IOException;
import java.util.Map;
import java.util.Arrays;
import java.util.List;
import java.util.LinkedHashMap;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit 03c210d

Please sign in to comment.