summaryrefslogtreecommitdiffstats
path: root/petascope/src/petascope/wcs/server/core/TimeString.java
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/src/petascope/wcs/server/core/TimeString.java')
-rw-r--r--petascope/src/petascope/wcs/server/core/TimeString.java15
1 files changed, 6 insertions, 9 deletions
diff --git a/petascope/src/petascope/wcs/server/core/TimeString.java b/petascope/src/petascope/wcs/server/core/TimeString.java
index 6e5d04f..d93d98a 100644
--- a/petascope/src/petascope/wcs/server/core/TimeString.java
+++ b/petascope/src/petascope/wcs/server/core/TimeString.java
@@ -14,19 +14,16 @@
* You should have received a copy of the GNU General Public License
* along with rasdaman community. If not, see <http://www.gnu.org/licenses/>.
*
- * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann /
- rasdaman GmbH.
+ * Copyright 2003 - 2010 Peter Baumann / rasdaman GmbH.
*
* For more information please see <http://www.rasdaman.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*/
-package petascope.wcs.server.core;
-
-//~--- non-JDK imports --------------------------------------------------------
-import org.joda.time.DateTime;
-import org.joda.time.format.DateTimeFormat;
-import org.joda.time.format.DateTimeFormatter;
-
+package petascope.wcs.server.core;
+
+import org.joda.time.DateTime;
+import org.joda.time.format.DateTimeFormat;
+import org.joda.time.format.DateTimeFormatter;
import org.joda.time.format.ISODateTimeFormat;
/**