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/pages/TaxonProfilePage.java
36 36
 * TODO: subpages like /cdm_dataportal/taxon/{uuid}/images are not jet suported, implement means to handle page parts
37 37
 *
38 38
 * @author andreas
39
 * @date Jul 1, 2011
39
 * @since Jul 1, 2011
40 40
 *
41 41
 */
42 42
public class TaxonProfilePage extends PortalPage {
......
147 147
     *    </div>
148 148
     * </pre>
149 149
     *
150
     * The DescriptionElements can be get from the <code>FeatureBlock</code> by {@link FeatureBlock#getDescriptionElements()}.
150
     * The DescriptionElements can be get from the <code>FeatureBlock</code> by {@link FeatureBlock#getDescriptionElement(int)}.
151 151
     *
152 152
     * @param position Zero based index of position in list of feature blocks
153 153
     * 			(only used to check against total number of feature blocks)
154 154
     * @param featureName the feature name as it is used in the class attribute: <code>block-cdm-dataportal-feature-${featureName}</code>
155 155
     * @param enclosingTag
156 156
     * @param elementTag
157
     * @return
158 157
     */
159 158
    public FeatureBlock getFeatureBlockAt(int position, String featureName, String enclosingTag, String elementTag){
160 159

  

Also available in: Unified diff