]> source.dussan.org Git - vaadin-framework.git/commitdiff
Constructors documents changed
authorMohamed Atique <mohamed.atique@renaissance-it.com>
Fri, 13 Apr 2007 10:34:06 +0000 (10:34 +0000)
committerMohamed Atique <mohamed.atique@renaissance-it.com>
Fri, 13 Apr 2007 10:34:06 +0000 (10:34 +0000)
svn changeset:1231/svn branch:trunk

src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java
src/com/itmill/toolkit/terminal/web/DebugWindow.java
src/com/itmill/toolkit/terminal/web/HttpVariableMap.java
src/com/itmill/toolkit/terminal/web/Theme.java
src/com/itmill/toolkit/terminal/web/ThemeSource.java
src/com/itmill/toolkit/terminal/web/UIDLTransformerType.java
src/com/itmill/toolkit/terminal/web/WebBrowser.java

index eb257facf1104ec1b82bfb239ce269536d7ed943..00b5b00320759f94fd4ff46c54766d11696ba022 100644 (file)
@@ -207,7 +207,7 @@ public class AjaxVariableMap {
                private HashMap nonVariables = new HashMap();
 
                /** 
-                * Creates new parameter container and parse the parameters from the request using
+                * Creates new parameter container and parse the parameters from the request using
                 * GET, POST and POST/MULTIPART parsing
                 * @param req the Http request to handle.
                 * @throws IOException if the writing failed due to input/output error.
index eaafa0c2197ff4f69f1ad9e901a10f1850fadbd8..cabfbcae2a683121434e13afc1059dd6553ea864 100644 (file)
@@ -74,7 +74,7 @@ public class DebugWindow extends Window {
        private Label applicationInfo = new Label("", Label.CONTENT_XHTML);
 
        /**
-        * Creates the new debug window for an application.
+        * Creates a new debug window for an application.
         * @param debuggedApplication the Application to be debugged.
         * @param session the Session to be debugged.
         * @param servlet the Servlet to be debugged.
index ee7033c61b013601476a1ea6606b7f5e662d5266..a54a67f7a3de10d1b253e6a2fa8db4b8f4353d9d 100644 (file)
@@ -205,7 +205,7 @@ public class HttpVariableMap {
                private HashMap nonVariables = new HashMap();
 
                /** 
-                * Creates the new parameter container and parse the parameters from the request using
+                * Creates a new parameter container and parse the parameters from the request using
                 * GET, POST and POST/MULTIPART parsing.
                 * @param req the HTTP request.
                 * @throws IOException if the writing failed due to input/output error.
index 271add00f6204ef87c2fef1221470a6f7dd5293d..38f7d1e799674eeadcbe4350bd4c14fa3c79f00d 100644 (file)
@@ -675,7 +675,7 @@ public class Theme extends DefaultHandler {
                private Requirement requirement;
 
                /**
-                * Create new NOT requirement based on another requirement.
+                * Create new NOT requirement based on another requirement.
                 * 
                 * @param requirement
                 *            the requirement to be negated.
@@ -996,7 +996,7 @@ public class Theme extends DefaultHandler {
                private String name;
 
                /**
-                * Creates the new file.
+                * Creates a new file.
                 * 
                 * @param name
                 *            the Name of the file.
@@ -1052,7 +1052,7 @@ public class Theme extends DefaultHandler {
                private String mode;
 
                /**
-                * Creates the new empty fileset.
+                * Creates a new empty fileset.
                 * 
                 * @param mode
                 *            
index dfbfbccb9438b5db18dbdfe1df53c6e9f9dcbf99..81f8cb85ebe28c6d00aba2e377b448e377fc2f46 100644 (file)
@@ -106,7 +106,7 @@ public interface ThemeSource {
                private static final long serialVersionUID = -7823850742197580285L;
 
                /** 
-                * Creates the new theme exception.
+                * Creates a new theme exception.
                 * @param message the Error message.
                 */
                public ThemeException(String message) {
@@ -114,7 +114,7 @@ public interface ThemeSource {
                }
 
         /** 
-         * Creates the new theme exception.
+         * Creates a new theme exception.
          * 
          * @param message the error message.
          * @param cause the cause of the exception.
index b42a2c43cefd07c61e20f19f7d65633a072ded9e..501beca12fa9aac82fdadb96aed3cc78a5f40a3b 100644 (file)
@@ -48,7 +48,7 @@ public class UIDLTransformerType {
        private Theme theme;
 
        /** 
-        * Creates the new instance of TransformerType.
+        * Creates a new instance of TransformerType.
         * @param webBrowserType the web browser type.
         * @param theme the property theme.
         */
index 5f808b7eea86bf2bacda8001e5f30609c511eec4..81b4f97b03032351965a6dc968c85aef3b617996 100644 (file)
@@ -117,7 +117,7 @@ public class WebBrowser implements Terminal {
 
        /**
         * Constructor WebBrowserType.
-        * Creates default WebBrowserType instance.
+        * Creates default WebBrowserType instance.
         */
        public WebBrowser() {
        }