summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Mocanu2016-08-16 15:31:36 +0200
committerVictor Mocanu2016-08-16 15:31:36 +0200
commit18ea7115aa5591cbe85f50d257ec1701dc4d4de0 (patch)
tree246efec4bc5548c75d951e643f439455cca770f0
parent[client] ImageUploadWizard: hide the "create lecture for that VM" button unti... (diff)
downloadtutor-module-18ea7115aa5591cbe85f50d257ec1701dc4d4de0.tar.gz
tutor-module-18ea7115aa5591cbe85f50d257ec1701dc4d4de0.tar.xz
tutor-module-18ea7115aa5591cbe85f50d257ec1701dc4d4de0.zip
[server] Clean up unused imports
-rw-r--r--dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/web/WebRpc.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/web/WebRpc.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/web/WebRpc.java
index 12a856d5..207c4397 100644
--- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/web/WebRpc.java
+++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/web/WebRpc.java
@@ -8,25 +8,21 @@ import java.nio.charset.StandardCharsets;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.security.spec.InvalidKeySpecException;
-import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
import javax.security.auth.login.LoginException;
import org.apache.commons.io.output.ByteArrayOutputStream;
-import org.omg.CosNaming.NamingContextPackage.NotFound;
import org.openslx.bwlp.sat.database.mappers.DbConfiguration;
import org.openslx.bwlp.sat.mail.MailTemplate;
-import org.openslx.bwlp.sat.mail.SmtpMailer;
import org.openslx.bwlp.sat.mail.MailTemplatePlain.Template;
+import org.openslx.bwlp.sat.mail.SmtpMailer;
import org.openslx.bwlp.sat.mail.SmtpMailer.EncryptionMode;
import org.openslx.bwlp.sat.maintenance.DeleteOldImages;
import org.openslx.bwlp.sat.maintenance.ImageValidCheck;
import org.openslx.util.Util;
-import com.btr.proxy.util.Logger;
-
import fi.iki.elonen.NanoHTTPD;
import fi.iki.elonen.NanoHTTPD.Response;