fixed copyright headers
[svjatoslav_commons.git] / src / main / java / eu / svjatoslav / commons / file / CommonPathResolver.java
index 81f9213..1fa1cfd 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Svjatoslav Commons - shared library of common functionality.
- * Copyright (C) 2012, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Copyright ©2012-2013, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 2 of the GNU General Public License
@@ -13,6 +13,10 @@ import java.io.File;
 
 public class CommonPathResolver {
 
+       /**
+        * This method tries to guess user desktop directory. Implementation is
+        * pretty lousy. Need to improve it some day.
+        */
        public static File getDesktopDirectory() {
                String desktopPath = System.getProperty("user.home") + "/Desktop";