Skip to content

Commit

Permalink
BVAL-298: Applying renaming of ConfigurationSource on rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling committed Jul 24, 2012
1 parent 6c15ba5 commit d46d21d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/java/javax/validation/DummyValidationProvider.java
Expand Up @@ -93,7 +93,7 @@ public ParameterNameProvider getDefaultParameterNameProvider() {
return null;
}

public ConfigurationSource getConfigurationSource() {
public BootstrapConfiguration getBootstrapConfiguration() {
return null;
}

Expand All @@ -102,5 +102,3 @@ public ValidatorFactory buildValidatorFactory() {
}
}
}


0 comments on commit d46d21d

Please sign in to comment.