Project

General

Profile

« Previous | Next » 

Revision 95c664e5

Added by Andreas Müller over 8 years ago

Minor

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/media/Media.java
179 179
        return media;
180 180
    }
181 181

  
182
//********************************* CONSTRUCTOR **************************/
183

  
182 184
    /**
183 185
     * Constructor
184 186
     */
......
193 195
//      }
194 196
    }
195 197

  
198
// ********************* GETTER / SETTER    **************************/
196 199

  
197 200
    public Set<MediaRepresentation> getRepresentations(){
198 201
        if(representations == null) {

Also available in: Unified diff