You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Author: Sam Gerené, Alex Vorobiev, Nathanael Smiechowski
7
+
*
8
+
* This file is part of DEH-Capella
9
+
*
10
+
* The DEH-Capella is free software; you can redistribute it and/or
11
+
* modify it under the terms of the GNU Lesser General Public
12
+
* License as published by the Free Software Foundation; either
13
+
* version 3 of the License, or (at your option) any later version.
14
+
*
15
+
* The DEH-Capella is distributed in the hope that it will be useful,
16
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
+
* Lesser General Public License for more details.
19
+
*
20
+
* You should have received a copy of the GNU Lesser General Public License
21
+
* along with this program; if not, write to the Free Software Foundation,
22
+
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23
+
*/
24
+
packageServices.CapellaUserPreference;
25
+
26
+
importjava.util.HashMap;
27
+
28
+
/**
29
+
* The {@linkplain CapellaUserPreference} holds different preferences for the user saved as Json and handled by the {@linkplain CapellaUserPreferenceService}
0 commit comments