JAL-2844 partitioning code made slightly clearer
[jalview.git] / forester / java / src / org / forester / util / WindowsUtils.java
index 9fa599f..67dafa1 100644 (file)
@@ -19,7 +19,7 @@
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 //
 // Contact: phylosoft @ gmail . com
-// WWW: www.phylosoft.org/forester
+// WWW: https://sites.google.com/site/cmzmasek/home/software/forester
 
 package org.forester.util;
 
@@ -32,8 +32,8 @@ public class WindowsUtils {
     private static final String REGQUERY_UTIL      = "reg query ";
     private static final String REGSTR_TOKEN       = "REG_SZ";
     private static final String DESKTOP_FOLDER_CMD = REGQUERY_UTIL
-                                                           + "\"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\"
-                                                           + "Explorer\\Shell Folders\" /v DESKTOP";
+            + "\"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\"
+            + "Explorer\\Shell Folders\" /v DESKTOP";
 
     private WindowsUtils() {
     }