X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FConnection.java;h=82b4a6b2b9a01232f0e1c76cc71480e0a7bb54dd;hb=b0a2bb59a437af24111c33b47399c331da82acad;hp=5ae344ce5a7145c161064e40b4520fab550c31e6;hpb=9b5165a401fc8c05953879559be07cacc0233f72;p=jSite.git 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 {