Minor
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 18 Feb 2016 12:18:43 +0000 (13:18 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 18 Feb 2016 12:19:45 +0000 (13:19 +0100)
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/media/Media.java

index ce9ebef170a06abd1af7c4ebdbd54deccab23e77..b87a9888100894dd8f60b1c9c21bababfd48736e 100644 (file)
@@ -179,6 +179,8 @@ public class Media extends IdentifiableEntity<IIdentifiableEntityCacheStrategy>
         return media;
     }
 
+//********************************* CONSTRUCTOR **************************/
+
     /**
      * Constructor
      */
@@ -193,6 +195,7 @@ public class Media extends IdentifiableEntity<IIdentifiableEntityCacheStrategy>
 //      }
     }
 
+// ********************* GETTER / SETTER    **************************/
 
     public Set<MediaRepresentation> getRepresentations(){
         if(representations == null) {