From c0ea8adda505be4fa2b514eb8978a541ecc6f210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kvarnstr=C3=B6m?= Date: Thu, 14 Jan 2021 17:28:57 +0100 Subject: Added the tddd78-annotations library, which may or may not be used in this year's course. --- .idea/inspectionProfiles/JavaOO_2021.xml | 13 ++++++++++++- .idea/libraries/tddd78_annotations.xml | 9 +++++++++ .idea/modules.xml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 .idea/libraries/tddd78_annotations.xml (limited to '.idea') diff --git a/.idea/inspectionProfiles/JavaOO_2021.xml b/.idea/inspectionProfiles/JavaOO_2021.xml index 1718de9..d15f4c5 100644 --- a/.idea/inspectionProfiles/JavaOO_2021.xml +++ b/.idea/inspectionProfiles/JavaOO_2021.xml @@ -3981,6 +3981,17 @@ - + + \ No newline at end of file diff --git a/.idea/libraries/tddd78_annotations.xml b/.idea/libraries/tddd78_annotations.xml new file mode 100644 index 0000000..f7fb2c1 --- /dev/null +++ b/.idea/libraries/tddd78_annotations.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 2ccb424..5213271 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file -- cgit v1.2.1