diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/src/com/vaadin/ui/Grid.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/src/com/vaadin/ui/Grid.java b/server/src/com/vaadin/ui/Grid.java index 49c082b0b2..838829b9cc 100644 --- a/server/src/com/vaadin/ui/Grid.java +++ b/server/src/com/vaadin/ui/Grid.java @@ -787,10 +787,6 @@ public class Grid extends AbstractComponent implements SelectionChangeNotifier, * Called by Grid to generate a style name for a row or cell element. * Row styles are generated when the column parameter is * <code>null</code>, otherwise a cell style is generated. - * <p> - * The returned style name is prefixed so that the actual style for - * cells will be <tt>v-grid-cell-content-[style name]</tt>, and the row - * style will be <tt>v-grid-row-[style name]</tt>. * * @param grid * the source grid |