Skip to content

Commit

Permalink
#44 Removed duclicated parantheses
Browse files Browse the repository at this point in the history
  • Loading branch information
kaulbersch committed Dec 19, 2013
1 parent 0a5d234 commit 824ed86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class DemoGroovyDataSet extends PersonDatabaseBuilder
}

def relations() {
QA.hasMembers_belongsTo()(KAULBERSCH, GUITTON, BARANOWSKI)
QA.hasMembers_belongsTo(KAULBERSCH, GUITTON, BARANOWSKI)
KAULBERSCH.worksAs(SWD).engagementStart(DateUtil.getDate(2013, 4, 1, 14, 0, 0))
GUITTON.worksAs(SWT)
BARANOWSKI.worksAs(TM)
Expand Down

0 comments on commit 824ed86

Please sign in to comment.