Skip to content

Commit

Permalink
support jdk 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cdracm committed Feb 20, 2012
1 parent 17fde76 commit 4b67d6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/devkit/src/projectRoots/IdeaJdk.java
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ private static JavaSdkVersion getRequiredJdkVersion(final Sdk ideaSdk) {
case 48: return JavaSdkVersion.JDK_1_4;
case 49: return JavaSdkVersion.JDK_1_5;
case 50: return JavaSdkVersion.JDK_1_6;
case 51: return JavaSdkVersion.JDK_1_7;
}
return null;
}
Expand Down

0 comments on commit 4b67d6e

Please sign in to comment.