summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src/main/java/server
diff options
context:
space:
mode:
Diffstat (limited to 'dozentenmodulserver/src/main/java/server')
-rw-r--r--dozentenmodulserver/src/main/java/server/ServerHandler.java10
1 files changed, 8 insertions, 2 deletions
diff --git a/dozentenmodulserver/src/main/java/server/ServerHandler.java b/dozentenmodulserver/src/main/java/server/ServerHandler.java
index 13e22499..23a987dc 100644
--- a/dozentenmodulserver/src/main/java/server/ServerHandler.java
+++ b/dozentenmodulserver/src/main/java/server/ServerHandler.java
@@ -29,7 +29,7 @@ import server.generated.Person;
import com.mysql.jdbc.StringUtils;
import sql.SQL;
-import util.XMLCreator;
+//import util.XMLCreator;
public class ServerHandler implements Server.Iface {
static SQL sql = new SQL();
@@ -265,6 +265,7 @@ public class ServerHandler implements Server.Iface {
shortdesc, startDate, endDate, isActive, lectureID);
+ /*
XMLCreator xml = new XMLCreator(sql.getConnection(), name);
try {
xml.create(name);
@@ -276,9 +277,10 @@ public class ServerHandler implements Server.Iface {
} catch (TransformerException e) {
e.printStackTrace();
}
-
+ */
return false;
}
+
@Override
public boolean startFileCopy(String filename) throws TException {
@@ -379,6 +381,8 @@ public class ServerHandler implements Server.Iface {
} catch (IOException e1) {
e1.printStackTrace();
}
+
+ /*
XMLCreator xml = new XMLCreator(sql.getConnection(), newName);
try {
xml.create(newName);
@@ -387,6 +391,8 @@ public class ServerHandler implements Server.Iface {
e.printStackTrace();
}
+ */
+
return false;
}