Add empty constructor to prevent synthetic access warning.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 4 Jan 2011 06:08:51 +0000 (07:08 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 4 Jan 2011 06:08:51 +0000 (07:08 +0100)
src/main/java/net/pterodactylus/sone/freenet/wot/WebOfTrustConnector.java

index 0c4a75a..1720bec 100644 (file)
@@ -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.
                 *