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 { ...@@ -46,7 +46,7 @@ public class PluginDownloadManager {
/** /**
* Installs a new plugin into Wildfire. * 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>. * @param hashCode the matching hashcode of the <code>AvailablePlugin</code>.
* @return the hashCode. * @return the hashCode.
*/ */
...@@ -80,7 +80,6 @@ public class PluginDownloadManager { ...@@ -80,7 +80,6 @@ public class PluginDownloadManager {
JiveGlobals.setProperty("update.lastCheck", JiveGlobals.setProperty("update.lastCheck",
String.valueOf(System.currentTimeMillis())); String.valueOf(System.currentTimeMillis()));
return true; return true;
} }
catch (Exception e) { 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