Fix problems with the servlet based codes. The last revision in the branch.
[proteocache.git] / server / compbio / listeners / ServletTimeExecution.java
index 93b3faf..46e1460 100644 (file)
@@ -52,7 +52,9 @@ public class ServletTimeExecution extends HttpServlet {
        protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
                doGet(request, response);
        }
-
+       /*
+        * convert ???
+        */
        private String DateFormatYYMMDD(long indate) {
                SimpleDateFormat datformat = new SimpleDateFormat("yyyy/MM/dd");
                String dateString = datformat.format(new Date(indate));