diff options
Diffstat (limited to 'src/com/itmill/toolkit/ui/CustomComponent.java')
-rw-r--r-- | src/com/itmill/toolkit/ui/CustomComponent.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/itmill/toolkit/ui/CustomComponent.java b/src/com/itmill/toolkit/ui/CustomComponent.java index 3a253bec80..161b0dd64b 100644 --- a/src/com/itmill/toolkit/ui/CustomComponent.java +++ b/src/com/itmill/toolkit/ui/CustomComponent.java @@ -93,7 +93,7 @@ public class CustomComponent implements Component { private boolean repaintRequestListenersNotified = false; /** - * Constructs new custom component. + * Constructs a new custom component. * * <p> * The component is implemented by wrapping the methods of the @@ -105,7 +105,7 @@ public class CustomComponent implements Component { } /** - * Constructs the new custom component. + * Constructs a new custom component. * * <p> * The component is implemented by wrapping the methods of the |