aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--licensing-guidelines.html2
-rw-r--r--src/com/itmill/toolkit/ui/ProgressIndicator.java8
-rw-r--r--src/com/itmill/toolkit/ui/Table.java3
-rw-r--r--src/com/itmill/toolkit/ui/Upload.java2
-rw-r--r--src/com/itmill/toolkit/ui/package.html2
5 files changed, 9 insertions, 8 deletions
diff --git a/licensing-guidelines.html b/licensing-guidelines.html
index bebfd8d907..52919c5a60 100644
--- a/licensing-guidelines.html
+++ b/licensing-guidelines.html
@@ -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
diff --git a/src/com/itmill/toolkit/ui/ProgressIndicator.java b/src/com/itmill/toolkit/ui/ProgressIndicator.java
index 075c90740e..6df5061b3d 100644
--- a/src/com/itmill/toolkit/ui/ProgressIndicator.java
+++ b/src/com/itmill/toolkit/ui/ProgressIndicator.java
@@ -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
diff --git a/src/com/itmill/toolkit/ui/Table.java b/src/com/itmill/toolkit/ui/Table.java
index 9f3399c05b..a910e59079 100644
--- a/src/com/itmill/toolkit/ui/Table.java
+++ b/src/com/itmill/toolkit/ui/Table.java
@@ -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 {
diff --git a/src/com/itmill/toolkit/ui/Upload.java b/src/com/itmill/toolkit/ui/Upload.java
index e19f7c0598..98fbf31ad3 100644
--- a/src/com/itmill/toolkit/ui/Upload.java
+++ b/src/com/itmill/toolkit/ui/Upload.java
@@ -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
diff --git a/src/com/itmill/toolkit/ui/package.html b/src/com/itmill/toolkit/ui/package.html
index 026793ba9a..1d40d59d74 100644
--- a/src/com/itmill/toolkit/ui/package.html
+++ b/src/com/itmill/toolkit/ui/package.html
@@ -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