]> source.dussan.org Git - vaadin-framework.git/commitdiff
Don't reference private class in javadoc (#16644)
authorLeif Åstrand <leif@vaadin.com>
Tue, 24 Feb 2015 12:51:58 +0000 (14:51 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 25 Feb 2015 15:11:11 +0000 (15:11 +0000)
Change-Id: I27e6ab90790fc2f4c39679a1e7f69c6ecf13a276

client/src/com/vaadin/client/widget/escalator/Spacer.java
client/src/com/vaadin/client/widget/escalator/SpacerUpdater.java

index 0b0a2b257fde991defb2a56c21cd1ddafa3b733d..371d539f57d0ba4c8fb4c56bb041574ec5ebcd0f 100644 (file)
 package com.vaadin.client.widget.escalator;
 
 import com.google.gwt.dom.client.Element;
+import com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer;
 
 /**
- * A representation of a spacer element in a {@link SpacerContainer}.
+ * A representation of a spacer element in a {@link BodyRowContainer}.
  * 
  * @since
  * @author Vaadin Ltd
index 18f53db507881e969313bef2f05cd4d1bc3c1df9..01d715fdd0a1a0d14fa9e90a88d7ba1159eb40ad 100644 (file)
@@ -15,6 +15,8 @@
  */
 package com.vaadin.client.widget.escalator;
 
+import com.vaadin.client.widget.escalator.RowContainer.BodyRowContainer;
+
 /**
  * An interface that handles the display of content for spacers.
  * <p>
@@ -24,7 +26,7 @@ package com.vaadin.client.widget.escalator;
  * @since
  * @author Vaadin Ltd
  * @see Spacer
- * @see SpacerContainer
+ * @see BodyRowContainer
  */
 public interface SpacerUpdater {