Rename exception variable.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / data / Connection.java
index 122025f..9377579 100644 (file)
@@ -54,7 +54,7 @@ public abstract class Connection implements Runnable {
                        try {
                                byte[] buffer = source.get(bufferSize());
                                feed(buffer);
-                       } catch (IOException e) {
+                       } catch (IOException ioe1) {
                                break;
                        }
                }