Commit 6ef52fbf authored by Matt Tucker's avatar Matt Tucker Committed by matt

Updated to not use generics.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3552 b35dd754-fafc-0310-a699-88a17e54d16e
parent 0f2e1825
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<% webManager.init(request, response, session, application, out); %> <% webManager.init(request, response, session, application, out); %>
<% <%
Map<String, String> errors = new HashMap<String, String>(); Map errors = new HashMap();
FileTransferProxy transferProxy = XMPPServer.getInstance().getFileTransferProxy(); FileTransferProxy transferProxy = XMPPServer.getInstance().getFileTransferProxy();
boolean isUpdated = request.getParameter("update") != null; boolean isUpdated = request.getParameter("update") != null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment