Skip to content
Snippets Groups Projects
Commit 9ac4d533 authored by SIMONVOLLENDORF\Simon's avatar SIMONVOLLENDORF\Simon
Browse files

And again: siehe oben ;)

parent bd8ea4b8
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ import com.vaadin.ui.PasswordField; ...@@ -20,7 +20,7 @@ import com.vaadin.ui.PasswordField;
import com.vaadin.ui.TextField; import com.vaadin.ui.TextField;
import com.vaadin.ui.UI; import com.vaadin.ui.UI;
import java.util.Date; import java.util.Date;
import org.s4s.dao.impl.RegistrationControl; import org.s4s.process.control.RegistrationControl;
import org.s4s.services.util.Views; import org.s4s.services.util.Views;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package org.s4s.dao.impl; package org.s4s.process.control;
import java.util.regex.Matcher; import java.util.regex.Matcher;
......
...@@ -2,6 +2,7 @@ package org.s4s.dao.impl; ...@@ -2,6 +2,7 @@ package org.s4s.dao.impl;
import static org.junit.Assert.*; import static org.junit.Assert.*;
import org.junit.Test; import org.junit.Test;
import org.s4s.process.control.RegistrationControl;
/** /**
* Created by uerdingen on 03.06.17. * Created by uerdingen on 03.06.17.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment