Mercurial Hosting > nabble
changeset 60:36b0e32246d0
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 12 Jun 2022 19:20:41 -0600 |
parents | f7665d62c5cd |
children | fe217789a45f |
files | src/nabble/model/Anonymous.java src/nabble/view/web/help/DNSConfiguration.java src/nabble/view/web/help/DNSConfiguration.jtp |
diffstat | 3 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/nabble/model/Anonymous.java Wed Feb 23 00:34:58 2022 -0700 +++ b/src/nabble/model/Anonymous.java Sun Jun 12 19:20:41 2022 -0600 @@ -5,8 +5,6 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import java.net.InetAddress; -import java.net.UnknownHostException; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException;
--- a/src/nabble/view/web/help/DNSConfiguration.java Wed Feb 23 00:34:58 2022 -0700 +++ b/src/nabble/view/web/help/DNSConfiguration.java Sun Jun 12 19:20:41 2022 -0600 @@ -12,7 +12,6 @@ import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.PrintWriter; -import java.net.InetAddress; public final class DNSConfiguration extends HttpServlet {
--- a/src/nabble/view/web/help/DNSConfiguration.jtp Wed Feb 23 00:34:58 2022 -0700 +++ b/src/nabble/view/web/help/DNSConfiguration.jtp Sun Jun 12 19:20:41 2022 -0600 @@ -12,7 +12,6 @@ import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.PrintWriter; -import java.net.InetAddress; public final class DNSConfiguration extends HttpServlet {