X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmircoders%2Fentity%2FEntityOther.java;h=ba4d46852c21d9f7b3ed520cf0ab9cae7c10c97b;hb=d74a52d5f65389e5cf89d3fcf14d07afbb78a9f9;hp=d05c5fdf25a182295fe96d20725e59a8016f15c3;hpb=6874c3a58e85fdb9ebf216d4c09eb466bda6f4f7;p=mir.git diff --git a/source/mircoders/entity/EntityOther.java b/source/mircoders/entity/EntityOther.java index d05c5fdf..ba4d4685 100755 --- a/source/mircoders/entity/EntityOther.java +++ b/source/mircoders/entity/EntityOther.java @@ -32,10 +32,8 @@ package mircoders.entity; import java.util.Map; -import mir.storage.StorageObject; - /** - * This class handles storage of other data and meta data + * This class handles database of other data and meta data * * @author mh * @version 11.11.2000 @@ -48,11 +46,6 @@ public class EntityOther extends EntityUploadedMedia super(); } - public EntityOther(StorageObject theStorage) { - this(); - setStorage(theStorage); - } - public void setFieldValues(Map theStringValues) { if (theStringValues != null) { if (!theStringValues.containsKey("is_published"))