Search found 1 match

by lsaishanker
Tue Jun 27, 2006 4:43 pm
Forum: Java
Topic: Extra lines to be removed
Replies: 1
Views: 836

Extra lines to be removed

Hi, I have a java file and it developed new line characters between each if statement and the curly bracket all over my code. :( Is there any way i can get rid of it. if(req.getParameterValues("screen") != null) //this is extra space { displayabcPage(req, resp, abc); return; } if(req ...