removed newline
This commit is contained in:
parent
3e78007c44
commit
9da07f0d55
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ public class AreaCheckServlet extends HttpServlet {
|
|||
|
||||
float x, y, r;
|
||||
try {
|
||||
|
||||
x = Float.parseFloat(xParam);
|
||||
y = Float.parseFloat(yParam);
|
||||
r = Float.parseFloat(rParam);
|
||||
|
|
Loading…
Reference in a new issue