From: David ‘Bombe’ Roden Date: Wed, 1 Sep 2010 17:53:39 +0000 (+0200) Subject: Add @SuppressWarnings annotation. X-Git-Tag: 0.10-rc1~80 X-Git-Url: https://git.pterodactylus.net/?p=jSite.git;a=commitdiff_plain;h=b0a2bb59a437af24111c33b47399c331da82acad Add @SuppressWarnings annotation. --- diff --git a/src/de/todesbaum/util/freenet/fcp2/Connection.java b/src/de/todesbaum/util/freenet/fcp2/Connection.java index 5ae344c..82b4a6b 100644 --- a/src/de/todesbaum/util/freenet/fcp2/Connection.java +++ b/src/de/todesbaum/util/freenet/fcp2/Connection.java @@ -324,6 +324,7 @@ public class Connection { * Main loop of the reader. Lines are read and converted into * {@link Message} objects. */ + @SuppressWarnings("synthetic-access") public void run() { LineInputStream nodeReader = null; try {