update the getContent method so it uses the newer EntityUploadedMedia and not the...
authormh <mh>
Thu, 5 Dec 2002 08:42:57 +0000 (08:42 +0000)
committermh <mh>
Thu, 5 Dec 2002 08:42:57 +0000 (08:42 +0000)
source/mircoders/storage/DatabaseContentToMedia.java

index 081a309..7b5305c 100755 (executable)
@@ -451,7 +451,7 @@ public class DatabaseContentToMedia extends Database implements StorageObject{
   }
 
 
-  public EntityList getContent(EntityMedia media)
+  public EntityList getContent(EntityUploadedMedia media)
     throws StorageObjectException {
     EntityList returnList=null;
     if (media != null) {