Project

General

Profile

« Previous | Next » 

Revision e37e4d0c

Added by Andreas Kohlbecker over 6 years ago

ref #6241 disabling doclint in javadoc for jdk.8 and fixing a couple of java doc problems

View differences:

src/main/java/eu/etaxonomy/dataportal/elements/LinkElement.java
16 16

  
17 17
/**
18 18
 * @author andreas
19
 * @date Jul 1, 2011
19
 * @since Jul 1, 2011
20 20
 *
21 21
 */
22 22
public class LinkElement extends BaseElement {
......
57 57
	}
58 58

  
59 59
	/**
60
	 * @param element
61
	 * @param text
62 60
	 * @param hrefEndsWith
63 61
	 *   The actual link is must end with this. The full URL works of course also.
64
	 * @return
65 62
	 */
66 63
	public static boolean testIfLinkElement(WebElement element, String text, String hrefEndsWith) {
67 64
		assertEquals("a", element.getTagName());

Also available in: Unified diff