Skip to content

Commit

Permalink
Update Usuario.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswillian committed Sep 25, 2013
1 parent 0c33395 commit befd14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Usuario.groovy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package br.fatea.bamesys
package bamesys
class Usuario {
int id
String nome
Expand All @@ -17,4 +17,4 @@ class Usuario {
static mapping= {
id generator:"native"
}
}
}

0 comments on commit befd14f

Please sign in to comment.