Browse Source

Update @since for 7.6.8

Change-Id: Ib740904674e289b11116fdb8ea13abbbac81fdfe
tags/7.6.8^0
Teemu Suo-Anttila 8 years ago
parent
commit
bc16c29e69
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/src/com/vaadin/data/util/GeneratedPropertyContainer.java

+ 1
- 1
server/src/com/vaadin/data/util/GeneratedPropertyContainer.java View File

@@ -205,7 +205,7 @@ public class GeneratedPropertyContainer extends AbstractContainer implements
* Returns the wrapped Item that belongs to the wrapped container
*
* @return wrapped item.
* @since
* @since 7.6.8
*/
public Item getWrappedItem() {
return wrappedItem;

Loading…
Cancel
Save