]> source.dussan.org Git - vaadin-framework.git/commitdiff
added TODO
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 10 Dec 2007 10:10:21 +0000 (10:10 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 10 Dec 2007 10:10:21 +0000 (10:10 +0000)
svn changeset:3195/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/server/ApplicationServlet.java

index c3dea9111cdf13b5ff3c6650806b83d8143ddf2c..a91dda11dfc16ac23b8c4b266b04e490348442e8 100644 (file)
@@ -529,6 +529,8 @@ public class ApplicationServlet extends HttpServlet {
         // send a notification to client's application and link how
         // to "restart" application.
 
+        // TODO message should be localized
+
         // Set the response type
         response.setContentType("application/json; charset=UTF-8");
         final ServletOutputStream out = response.getOutputStream();