From: David ‘Bombe’ Roden Date: Tue, 4 Jan 2011 06:08:51 +0000 (+0100) Subject: Add empty constructor to prevent synthetic access warning. X-Git-Tag: 0.4^2~8^2~7 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=7af6069438e71c871e39efda77b4fa1c67a88e90 Add empty constructor to prevent synthetic access warning. --- diff --git a/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustConnector.java b/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustConnector.java index 0c4a75a..1720bec 100644 --- a/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustConnector.java +++ b/src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustConnector.java @@ -446,6 +446,11 @@ public class WebOfTrustConnector implements ConnectorListener { /** The payload of the reply. */ private Bucket data; + /** Empty constructor. */ + public Reply() { + /* do nothing. */ + } + /** * Returns the fields of the reply. *