Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
Moved everything into same package for now. Also added .gitignore.
  • Loading branch information
breun committed Mar 1, 2015
1 parent 99456a8 commit 900ba17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.iml
.idea/
target/
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
package nl.breun;

import nl.breun.wildfly8.User;
package nl.breun.wildfly8;

import javax.ejb.Stateless;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
package nl.breun.web.servlet;

import nl.breun.UserService;
import nl.breun.wildfly8.User;
package nl.breun.wildfly8;

import javax.ejb.EJB;
import javax.servlet.annotation.WebServlet;
Expand Down

0 comments on commit 900ba17

Please sign in to comment.