Add @SuppressWarnings annotation.
[jSite.git] / src / de / todesbaum / util / freenet / fcp2 / Connection.java
index 5ae344c..82b4a6b 100644 (file)
@@ -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 {