Skip to content

Commit

Permalink
Update since tags for TB elements (#9329)
Browse files Browse the repository at this point in the history
  • Loading branch information
hesara authored and ahie committed May 16, 2017
1 parent da77325 commit 46422df
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
/**
* Test cases for reading and writing the properties of AbstractComponent.
*
* @since
* @author Vaadin Ltd
*/
public class AbstractLegacyComponentDeclarativeTest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public class AbstractComponentElement extends AbstractElement {
/**
* Returns the caption of the Component element
*
* @since
* @return
* @since 8.0
* @return component caption
*/
public String getCaption() {
final String GWT_ID_ATTRIBUTE = "aria-labelledby";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class AbstractFieldElement extends AbstractComponentElement {
*
* NOTE: When testing with firefox browser window should have focus in it
*
* @since
* @since 8.0
* @param elem
* element which context will be select
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ private TestBenchElement getSubPart(String subPartSelector) {
/**
* Gets the element that contains the details of a row.
*
* @since
* @since 8.0
* @param rowIndex
* the index of the row for the details
* @return the element that contains the details of a row. <code>null</code>
Expand All @@ -447,7 +447,7 @@ public TestBenchElement getDetails(int rowIndex)
/**
* Toggles the column visibility. Column is identified by its hiding toggle
* caption.
*
*
* @param toggleCaption
* @since 8.0.6
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void close() {
/**
* Returns the caption of the Notification element
*
* @since
* @since 8.0
* @return the caption of the Notification element
*/
public String getCaption() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
public class PasswordFieldElement extends AbstractTextFieldElement {
/**
* Return value of the password element
*
* @since
*
* @since 8.0
* @return value of the password element
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class TextAreaElement extends AbstractTextFieldElement {
/**
* Return value of the field element
*
* @since
* @since 8.0
* @return value of the field element
*/
@Override
Expand Down

0 comments on commit 46422df

Please sign in to comment.