Formatting
[jalview.git] / src / jalview / util / BrowserLauncher.java
index 3c6e48a..2b8a4bd 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2007 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -695,13 +695,16 @@ public class BrowserLauncher
 \r
     return browser;\r
   }\r
+\r
   /**\r
    * used to ensure that browser is up-to-date after a configuration\r
    * change (Unix DEFAULT_BROWSER property change).\r
    */\r
-  public static void resetBrowser() {\r
+  public static void resetBrowser()\r
+  {\r
     browser = null;\r
   }\r
+\r
   /**\r
    * Attempts to open the default web browser to the given URL.\r
    * @param url The URL to open\r