changeset 3:fdbdcffe6b90

test
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Tue, 08 Feb 2011 14:28:01 +0100
parents ad6a8085b8c6
children f352c14a2df5
files software/eXist/mpdl-modules/src/de/mpg/mpiwg/berlin/mpdl/client/DocumentHandler.java software/eXist/mpdl-modules/src/de/mpg/mpiwg/berlin/mpdl/general/MpdlConstants.java
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/software/eXist/mpdl-modules/src/de/mpg/mpiwg/berlin/mpdl/client/DocumentHandler.java	Tue Feb 08 14:07:44 2011 +0100
+++ b/software/eXist/mpdl-modules/src/de/mpg/mpiwg/berlin/mpdl/client/DocumentHandler.java	Tue Feb 08 14:28:01 2011 +0100
@@ -1,5 +1,6 @@
 package de.mpg.mpiwg.berlin.mpdl.client;
 
+
 import java.io.File;
 import java.io.FilenameFilter;
 import java.net.MalformedURLException;
@@ -367,4 +368,4 @@
     endOfOperation = new Date().getTime();
   }
 
-}
\ No newline at end of file
+}
--- a/software/eXist/mpdl-modules/src/de/mpg/mpiwg/berlin/mpdl/general/MpdlConstants.java	Tue Feb 08 14:07:44 2011 +0100
+++ b/software/eXist/mpdl-modules/src/de/mpg/mpiwg/berlin/mpdl/general/MpdlConstants.java	Tue Feb 08 14:28:01 2011 +0100
@@ -2,7 +2,6 @@
 
 import java.util.Properties;
 
-
 import de.mpg.mpiwg.berlin.mpdl.util.Util;
 
 public class MpdlConstants {