Skip to content

Commit

Permalink
Shield from JDK 7 only Container
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Mar 25, 2013
1 parent 0b6efb7 commit a168e2e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ protected boolean testClassExists(final String testClass) {
return false;
} catch (NoClassDefFoundError ex) {
return false;
// JDK 7
} catch (UnsupportedClassVersionError ex) {
return false;
}
Expand Down

0 comments on commit a168e2e

Please sign in to comment.