From 1329d8b4a6b4c882cb6d9b32c9c4a7dab0474679 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Mon, 18 Jan 2016 18:15:24 +0000 Subject: [PATCH] Jsonized name fix in Attachment class git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-networking-library@122300 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/java/org/gcube/portal/databook/shared/Attachment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portal/databook/shared/Attachment.java b/src/main/java/org/gcube/portal/databook/shared/Attachment.java index 26b5810..7222307 100644 --- a/src/main/java/org/gcube/portal/databook/shared/Attachment.java +++ b/src/main/java/org/gcube/portal/databook/shared/Attachment.java @@ -7,7 +7,7 @@ import org.jsonmaker.gwt.client.Jsonizer; @SuppressWarnings("serial") public class Attachment implements Serializable { - public interface ClientFeedJsonizer extends Jsonizer {} + public interface AttachmentJsonizer extends Jsonizer {} private String id; private String uri;