wouterfennis / CodeRefactorFW

For ASP Assignment
0 stars 1 forks source link

Cast naar String onnodig #17

Open vincent92 opened 8 years ago

vincent92 commented 8 years ago

In de ClientServlet.java

Deze String cast is niet nodig regel 45. option = (req.getParameter("option") != null) ? (String) req.getParameter("option") : "";