Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Oct 10, 2009
1 parent 880ad58 commit d4a4f18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
@@ -1,4 +1,4 @@
package org.jboss.webbeans.examples.login;
package org.jboss.weld.examples.login;

import java.io.Serializable;

Expand Down
@@ -1,4 +1,4 @@
package org.jboss.webbeans.examples.login;
package org.jboss.weld.examples.login;

import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.METHOD;
Expand Down
@@ -1,4 +1,4 @@
package org.jboss.webbeans.examples.login;
package org.jboss.weld.examples.login;

import java.io.Serializable;
import java.util.Arrays;
Expand Down
@@ -1,4 +1,4 @@
package org.jboss.webbeans.examples.login;
package org.jboss.weld.examples.login;

public class User {
private String username;
Expand Down

0 comments on commit d4a4f18

Please sign in to comment.