Skip to content

Commit

Permalink
[java] Fixing javadocs structure issues
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 24, 2020
1 parent c0025cd commit 6d026c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ public Actions tick(Action action) {

/**
* Generates a composite action containing all actions so far, ready to be performed (and
* resets the internal builder state, so subsequent calls to {@link #build()} will contain fresh
* resets the internal builder state, so subsequent calls to this method will contain fresh
* sequences).
*
* @return the composite action
Expand Down
7 changes: 3 additions & 4 deletions java/client/src/org/openqa/selenium/lift/find/LinkFinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@

package org.openqa.selenium.lift.find;

/**
* A {@link Finder} for HTML anchor tags, "links".
*/

import static org.hamcrest.Matchers.equalTo;
import static org.openqa.selenium.lift.match.TextMatcher.text;

/**
* A {@link Finder} for HTML anchor tags, "links".
*/
public class LinkFinder extends HtmlTagFinder {

private LinkFinder() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
// specific language governing permissions and limitations
// under the License.

/**
* A {@link Finder} for title tags.
*/
package org.openqa.selenium.lift.find;

import static org.hamcrest.Matchers.equalTo;
Expand Down

0 comments on commit 6d026c5

Please sign in to comment.