From b0a2bb59a437af24111c33b47399c331da82acad Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 1 Sep 2010 19:53:39 +0200 Subject: [PATCH] Add @SuppressWarnings annotation. --- src/de/todesbaum/util/freenet/fcp2/Connection.java | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.7.4