From: Leif Åstrand Date: Fri, 6 Jan 2012 10:59:13 +0000 (+0200) Subject: Remove invalid javadoc causing eclipse formatter to insert newlines X-Git-Tag: 7.0.0.alpha2~541^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a1216e52fe223ba83bc06ec8b2cba3b9d35357f5;p=vaadin-framework.git Remove invalid javadoc causing eclipse formatter to insert newlines --- diff --git a/src/com/vaadin/ui/Root.java b/src/com/vaadin/ui/Root.java index e5295af090..dec2efcb9f 100644 --- a/src/com/vaadin/ui/Root.java +++ b/src/com/vaadin/ui/Root.java @@ -194,8 +194,7 @@ public abstract class Root extends AbstractComponentContainer implements /** * Helper class to emulate the main window from Vaadin 6 using roots. This * class should be used in the same way as Window used as a browser level - * window in Vaadin 6 with {@Application.LegacyApplication - * } + * window in Vaadin 6 with {@link com.vaadin.Application.LegacyApplication} */ @Deprecated @EagerInit