Skip to content

Commit

Permalink
Fix reopened JENKINS-11542
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Oct 28, 2012
1 parent 02bf824 commit 05be614
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ public String getId() {
@Override
public InputMetric getInputMetric() {
try {
return InputMetricFactory.getInstance(CheckInputMetric.class);
return InputMetricFactory.getInstance(QTestLibInputMetric.class);
} catch (InputMetricException e) {
throw new RuntimeException("Can't create the inputMetric object for the class " + CheckInputMetric.class);
}
Expand Down

0 comments on commit 05be614

Please sign in to comment.