发布项目时查询
This commit is contained in:
@@ -35,7 +35,7 @@ public class ret_Github_infoServlet extends HttpServlet {
|
||||
|
||||
PrintWriter writer = resp.getWriter();
|
||||
String projectid = req.getParameter("projectId");
|
||||
writer.println(githubservice.ret_Github_info(Integer.parseInt(projectid)););
|
||||
writer.println(githubservice.ret_Github_info(Integer.parseInt(projectid)));
|
||||
writer.close();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user