Skip to content

Commit

Permalink
Marked method as deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Zarnekow <[email protected]>
  • Loading branch information
szarnekow committed Aug 2, 2024
1 parent 2c3d73c commit 66b1f8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ public static void addJreClasspathEntry(IJavaProject javaProject, String bree, b

private static boolean isJava7Default = false;

@Deprecated
public static void makeJava7Default() {
if (!isJava7Default) {
IExecutionEnvironmentsManager manager = JavaRuntime.getExecutionEnvironmentsManager();
Expand Down

0 comments on commit 66b1f8c

Please sign in to comment.