Commit 3787feca authored by Matt Tucker's avatar Matt Tucker Committed by matt

Formatting tweaks.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5850 b35dd754-fafc-0310-a699-88a17e54d16e
parent 320162f1
......@@ -46,7 +46,7 @@ public class PluginDownloadManager {
/**
* Installs a new plugin into Wildfire.
*
* @param url the url of the plugin to install.
* @param url the url of the plugin to install.
* @param hashCode the matching hashcode of the <code>AvailablePlugin</code>.
* @return the hashCode.
*/
......@@ -80,7 +80,6 @@ public class PluginDownloadManager {
JiveGlobals.setProperty("update.lastCheck",
String.valueOf(System.currentTimeMillis()));
return true;
}
catch (Exception e) {
......
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