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/GalleryImage.java
13 13

  
14 14
/**
15 15
 * @author andreas
16
 * @date Aug 29, 2011
16
 * @since Aug 29, 2011
17 17
 *
18 18
 */
19 19
public class GalleryImage extends ImgElement {
......
22 22
	private WebElement captionCell;
23 23
	private WebElement mediaCell;
24 24

  
25
	/**
26
	 * @param img
27
	 */
28 25
	public GalleryImage(WebElement mediaCell, WebElement captionCell) {
29 26
		super(mediaCell.findElement(By.tagName("img")));
30 27
		this.captionCell = captionCell;

Also available in: Unified diff