aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-01-03 14:26:07 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2007-01-03 14:26:07 +0000
commit3b66927df49de1f98901c225d720dff584cc11ae (patch)
tree1c2bee4cfd26017b8c64171e2cd70df13b7624d9 /src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java
parent5161c7b0423a397cf5cefee1bb15436feb1e32b9 (diff)
downloadvaadin-framework-3b66927df49de1f98901c225d720dff584cc11ae.tar.gz
vaadin-framework-3b66927df49de1f98901c225d720dff584cc11ae.zip
Millstone -> IT Mill Toolkit
svn changeset:220/svn branch:toolkit
Diffstat (limited to 'src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java')
-rw-r--r--src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java b/src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java
index 616b54a46e..16e240db62 100644
--- a/src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java
+++ b/src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java
@@ -35,7 +35,7 @@ import java.util.LinkedList;
import java.util.Map;
import java.util.Iterator;
-/** Class implementing the MillStone WebAdapter UIDLTransformer Factory.
+/** Class implementing the UIDLTransformer Factory.
* The factory creates and maintains a pool of transformers that are used
* for transforming UIDL to HTML.
*