Skip to content

Commit

Permalink
small import corrections for testdata builder generation
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Jan 4, 2015
1 parent 8b5835c commit d3ebf55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import java.util.LinkedList;
import java.util.List;

import ${pojo.package}.${pojo.name};
import ${variables.rootPackage}.${variables.component}.common.builders.P;
import ${variables.rootPackage}.common.builders.P;

public class ${pojo.name}Builder {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.util.List;
import javax.persistence.EntityManager;

import ${pojo.package}.${pojo.name};
import ${variables.rootPackage}.${variables.component}.common.builders.P;
import ${variables.rootPackage}.common.builders.P;

public class ${pojo.name}Builder {

Expand Down

0 comments on commit d3ebf55

Please sign in to comment.