]> source.dussan.org Git - vaadin-framework.git/commitdiff
Unified @author to IT Mill Ltd.
authorJani Laakso <jani.laakso@itmill.com>
Tue, 16 Jan 2007 17:32:24 +0000 (17:32 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Tue, 16 Jan 2007 17:32:24 +0000 (17:32 +0000)
Language fixes
Replaced Millstone variations with IT Mill Toolkit / Toolkit

svn changeset:279/svn branch:toolkit

licensing-guidelines.html
src/com/itmill/toolkit/ui/ProgressIndicator.java
src/com/itmill/toolkit/ui/Table.java
src/com/itmill/toolkit/ui/Upload.java
src/com/itmill/toolkit/ui/package.html

index bebfd8d90710444f7974624034a87f758ec0bd96..52919c5a608296fa06c24c83b9b5cf42ad8c943d 100644 (file)
@@ -34,7 +34,7 @@ applications that use IT Mill Toolkit libraries. Free and low-cost license
 alternatives for limited number of concurrent users are available.</p>
 
 <p>A deployment license is required for each deployed copy of a program
-that uses Millstone libraries. To be more exact, each Java Virtual
+that uses Toolkit library. To be more exact, each Java Virtual
 Machine (JVM) that runs a program that uses IT Mill Toolkit libraries, must have an
 unique deployment license. For example, if the program is
 deployed to multiple servers (for load balancing or other reasons), each
index 075c90740eec34f28e6306f23bb5331691efece5..6df5061b3d013dfdd2cf7bb08cc338f8fe8ce035 100644 (file)
@@ -34,17 +34,17 @@ import com.itmill.toolkit.terminal.PaintException;
 import com.itmill.toolkit.terminal.PaintTarget;
 
 /** 
- * ProgressIndicator is component that shows user state of a prosess 
+ * ProgressIndicator is component that shows user state of a process 
  * (like long computing or file upload)
  *
- * ProgressIndicator has two mainmodes. One for indeterminete prosesses and 
- * other (default) for prosesses which progress can be measured
+ * ProgressIndicator has two mainmodes. One for indeterminate processes and 
+ * other (default) for processes which progress can be measured
  *
  * May view an other property that indicates progress 0...1
  * 
  * @author IT Mill Ltd.
  * @version @VERSION@
- * @since 29122006
+ * @since 3.1
  */
 public class ProgressIndicator
        extends AbstractField
index 9f3399c05b81cb99940422f182ea9d2afa156605..a910e59079aa5cec49353d1e95938c29834c6a17 100644 (file)
@@ -54,7 +54,8 @@ import com.itmill.toolkit.terminal.Resource;
  * selectable table.
  * 
  * @author IT Mill Ltd.
- * @version @VERSION@ @since 3.0
+ * @version @VERSION@ 
+ * @since 3.0
  */
 public class Table extends Select implements Action.Container,
         Container.Ordered, Container.Sortable {
index e19f7c05980d1177461442c20c03cc980ea06161..98fbf31ad30a2a309dd00a52eec757010e1cfa81 100644 (file)
@@ -303,7 +303,7 @@ public class Upload extends AbstractComponent implements Component.Focusable {
                public void uploadFinished(FinishedEvent event);
        }
 
-       /** Receives events when the uploads are finished, but unsuccessfull. 
+       /** Receives events when the uploads are finished, but unsuccessful.
         * @author IT Mill Ltd.
                 * @version @VERSION@
         * @since 3.0
index 026793ba9aa87e10115d2f874daa69311f4fd7e3..1d40d59d74053055d6cc9f1580c57b221ded3667 100644 (file)
@@ -23,7 +23,7 @@ package includes several other lesser subinterfaces which are not
 significant in this scope. The interfaces not appearing here are documented
 with the classes that define them.</i></p>
 
-<p>The {@link com.itmill.toolkit.ui.Component} interface is the top-level
+<p>The {@link com.itmill.toolkit.ui.Component) interface is the top-level
 interface which must be implemented by all UI components. It defines the
 common properties of the components and how the framework will handle
 them. Most simple components (like {@link com.itmill.toolkit.ui.Button} for