in progress
[jalview.git] / forester / java / src / org / forester / util / WindowsUtils.java
index b62906d..67dafa1 100644 (file)
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 // Lesser General Public License for more details.
-// 
+//
 // You should have received a copy of the GNU Lesser General Public
 // License along with this library; if not, write to the Free Software
 // 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() {
     }