This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new a2c5dd3  Oops, forgot import
a2c5dd3 is described below

commit a2c5dd32a53feac918cf5342ed83a933274a3956
Author: Sebb <[email protected]>
AuthorDate: Wed Dec 15 00:23:36 2021 +0000

    Oops, forgot import
---
 src/main/java/org/apache/commons/net/util/ListenerList.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/net/util/ListenerList.java 
b/src/main/java/org/apache/commons/net/util/ListenerList.java
index de1bb09..1eff4dc 100644
--- a/src/main/java/org/apache/commons/net/util/ListenerList.java
+++ b/src/main/java/org/apache/commons/net/util/ListenerList.java
@@ -17,6 +17,7 @@
 
 package org.apache.commons.net.util;
 
+import java.io.IOException;
 import java.io.Serializable;
 import java.util.EventListener;
 import java.util.Iterator;

Reply via email to