From ccb4bdcefa0d49452f9695c6958ce9eecb3cb2b6 Mon Sep 17 00:00:00 2001 From: AngeloFilaseta Date: Mon, 9 Dec 2024 12:59:56 +0100 Subject: [PATCH] change pss-lab10 to include maps --- config.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/config.yml b/config.yml index ac3c9360..6c00b340 100644 --- a/config.yml +++ b/config.yml @@ -477,11 +477,7 @@ packages: destinations: - unibo-lptsi-pss/pss-lab10 contents: - - from: git/instructions-clone.md - to: README.md - - from: java/exceptions/use-and-design-exceptions - to: 01-exceptions/ - - from: java/io/read-write-text-file - to: 02-read-write-files/ - - from: java/io/from-classpath-to-files - to: 03-read-classpath-write-file/ + - from: java/collections/use-map/ + to: 01-maps/ + - from: java/collections/implement-classes-with-maps/ + to: 02-maps-advanced/