From 38e8703d5a2d51f3d14994cc5187ae98c4939901 Mon Sep 17 00:00:00 2001 From: alartigu Date: Sat, 5 Dec 2020 11:53:22 +0100 Subject: [PATCH] merge branch auriane --- Implementation/.classpath | 6 +++++- Implementation/.settings/org.eclipse.jdt.core.prefs | 10 ++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Implementation/.settings/org.eclipse.jdt.core.prefs diff --git a/Implementation/.classpath b/Implementation/.classpath index fb50116..b5891cf 100644 --- a/Implementation/.classpath +++ b/Implementation/.classpath @@ -1,6 +1,10 @@ - + + + + + diff --git a/Implementation/.settings/org.eclipse.jdt.core.prefs b/Implementation/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..8b9e3c7 --- /dev/null +++ b/Implementation/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,10 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=13 +org.eclipse.jdt.core.compiler.compliance=13 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=13