Skip to content

Commit

Permalink
Issue #23 renaming packages for testmodel classes
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bor committed Aug 21, 2015
1 parent 6d7702b commit c0c87fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.beanmapper.testmodel.EmptyObject;
package io.beanmapper.testmodel.emptyobject;

import io.beanmapper.annotations.BeanProperty;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.beanmapper.testmodel.EmptyObject;
package io.beanmapper.testmodel.emptyobject;

public class EmptyTarget {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.beanmapper.testmodel.EmptyObject;
package io.beanmapper.testmodel.emptyobject;

public class NestedEmptyTarget {

Expand Down

0 comments on commit c0c87fb

Please sign in to comment.