Skip to content

Commit

Permalink
Update BookDetail_jsp.java
Browse files Browse the repository at this point in the history
  • Loading branch information
margaritalm authored May 7, 2024
1 parent 706c98e commit dea2b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BookDetail_jsp.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ String getValue(java.sql.ResultSet rs, String strFieldName) {
}

String getParam(javax.servlet.http.HttpServletRequest req, String paramName) {
String param = req.getParameter(paramName);
// String param = req.getParameter(paramName);
if ( param == null || param.equals("") ) return "";
return param;
}
Expand Down

0 comments on commit dea2b53

Please sign in to comment.