Changeset 4417
- Timestamp:
- Feb 20, 2013, 4:58:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/servlet/src/org/proteios/action/job/ListJobsAjax.java
r4410 r4417 95 95 private final SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); 96 96 97 @SuppressWarnings("unchecked") 97 98 protected void doGet(HttpServletRequest req, HttpServletResponse resp) 98 99 throws ServletException, IOException … … 338 339 @return JSONArray The JSONArray updated with a JSONObject with input key and value. 339 340 */ 341 @SuppressWarnings("unchecked") 340 342 private JSONArray updateJsonArray(JSONArray jsonArray, String key, String value) 341 343 {
Note: See TracChangeset
for help on using the changeset viewer.