From 75719696ddd12ebf735f0ad1bc50669b05562b16 Mon Sep 17 00:00:00 2001 From: Mohamed Atique Date: Fri, 13 Apr 2007 10:34:06 +0000 Subject: [PATCH] Constructors documents changed svn changeset:1231/svn branch:trunk --- src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java | 2 +- src/com/itmill/toolkit/terminal/web/DebugWindow.java | 2 +- src/com/itmill/toolkit/terminal/web/HttpVariableMap.java | 2 +- src/com/itmill/toolkit/terminal/web/Theme.java | 6 +++--- src/com/itmill/toolkit/terminal/web/ThemeSource.java | 4 ++-- .../itmill/toolkit/terminal/web/UIDLTransformerType.java | 2 +- src/com/itmill/toolkit/terminal/web/WebBrowser.java | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java b/src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java index eb257facf1..00b5b00320 100644 --- a/src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java +++ b/src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java @@ -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 a 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. diff --git a/src/com/itmill/toolkit/terminal/web/DebugWindow.java b/src/com/itmill/toolkit/terminal/web/DebugWindow.java index eaafa0c219..cabfbcae2a 100644 --- a/src/com/itmill/toolkit/terminal/web/DebugWindow.java +++ b/src/com/itmill/toolkit/terminal/web/DebugWindow.java @@ -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. diff --git a/src/com/itmill/toolkit/terminal/web/HttpVariableMap.java b/src/com/itmill/toolkit/terminal/web/HttpVariableMap.java index ee7033c61b..a54a67f7a3 100644 --- a/src/com/itmill/toolkit/terminal/web/HttpVariableMap.java +++ b/src/com/itmill/toolkit/terminal/web/HttpVariableMap.java @@ -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. diff --git a/src/com/itmill/toolkit/terminal/web/Theme.java b/src/com/itmill/toolkit/terminal/web/Theme.java index 271add00f6..38f7d1e799 100644 --- a/src/com/itmill/toolkit/terminal/web/Theme.java +++ b/src/com/itmill/toolkit/terminal/web/Theme.java @@ -675,7 +675,7 @@ public class Theme extends DefaultHandler { private Requirement requirement; /** - * Create new NOT requirement based on another requirement. + * Create a 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 * diff --git a/src/com/itmill/toolkit/terminal/web/ThemeSource.java b/src/com/itmill/toolkit/terminal/web/ThemeSource.java index dfbfbccb94..81f8cb85eb 100644 --- a/src/com/itmill/toolkit/terminal/web/ThemeSource.java +++ b/src/com/itmill/toolkit/terminal/web/ThemeSource.java @@ -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. diff --git a/src/com/itmill/toolkit/terminal/web/UIDLTransformerType.java b/src/com/itmill/toolkit/terminal/web/UIDLTransformerType.java index b42a2c43ce..501beca12f 100644 --- a/src/com/itmill/toolkit/terminal/web/UIDLTransformerType.java +++ b/src/com/itmill/toolkit/terminal/web/UIDLTransformerType.java @@ -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. */ diff --git a/src/com/itmill/toolkit/terminal/web/WebBrowser.java b/src/com/itmill/toolkit/terminal/web/WebBrowser.java index 5f808b7eea..81b4f97b03 100644 --- a/src/com/itmill/toolkit/terminal/web/WebBrowser.java +++ b/src/com/itmill/toolkit/terminal/web/WebBrowser.java @@ -117,7 +117,7 @@ public class WebBrowser implements Terminal { /** * Constructor WebBrowserType. - * Creates default WebBrowserType instance. + * Creates a default WebBrowserType instance. */ public WebBrowser() { } -- 2.39.5