Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. String tickName = request.getParameter("ticko");
  2. PrintWriter w = response.getWriter();
  3. w.println("Unable to perform tickonem '" + tickName +"' because no tick with that name is active!"); //this line throws warning.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement