Skip to content

Commit

Permalink
HV-732 Removing obsolete test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Feb 28, 2013
1 parent 4830b88 commit 9bfcb18
Showing 1 changed file with 0 additions and 23 deletions.
Expand Up @@ -513,29 +513,6 @@ public void setAddress(
}
}

private static class User5 {

@ConvertGroup(from = Default.class, to = BasicPostal.class)
private final Address address = null;
}

private static class User6 {

@SuppressWarnings("unused")
public void setAddress(
@ConvertGroup(from = Default.class, to = BasicPostal.class)
Address address) {
}
}

private static class User7 {

@ConvertGroup(from = Default.class, to = BasicPostal.class)
public Address getAddress() {
return null;
}
}

@ClassLevelConstraint("some script")
private static class PersonBase {
}
Expand Down

0 comments on commit 9bfcb18

Please sign in to comment.