LO53-PositioningApplication-BBPS
/
LO53-PositioningServer
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ae36ddcd63a7c060e9e3b0609250609a193e0c31
Authored by
Notmoo
2017-06-08 09:30:30 +0200
1 parent
8ce7810e
Ajout code retour succès CalibrationServlet
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/main/java/servlet/CalibrationServlet.java
Inline
Side-by-side
src/main/java/servlet/CalibrationServlet.java
Wrap text
Show/Hide comments
View file @
ae36ddc
...
...
@@ -45,6 +45,7 @@ public class CalibrationServlet extends HttpServlet{
45
45
ex.printStackTrace();
46
46
}
47
47
}
48
+ servletResponse.setStatus(200);
48
49
}
49
50
50
51
@Override
...
...