diff --git a/src/main/java/nl/tudelft/ewi/queue/SamlWebSecurityConfig.java b/src/main/java/nl/tudelft/ewi/queue/SamlWebSecurityConfig.java index 13e1626952b831875c77bbb84fd3c4f0b1a43b48..a09deb9d5151c89b98c6134dbc349cfba838e376 100644 --- a/src/main/java/nl/tudelft/ewi/queue/SamlWebSecurityConfig.java +++ b/src/main/java/nl/tudelft/ewi/queue/SamlWebSecurityConfig.java @@ -102,8 +102,8 @@ public class SamlWebSecurityConfig extends WebSecurityConfigurerAdapter { private String keystorePassword; /** - * The entity ID of the Queue Service Provider. Normally, this is the URL to - * the metadata.xml file of a service (so queue.tudelft.nl/saml/metadata for instance). + * The entity ID of the Queue Service Provider. Normally, this is the URL to the metadata.xml file of a + * service (so queue.tudelft.nl/saml/metadata for instance). */ @Value("${saml.entityId}") private String entityId; diff --git a/src/main/java/nl/tudelft/ewi/queue/controller/CourseStatusController.java b/src/main/java/nl/tudelft/ewi/queue/controller/CourseStatusController.java index e3ec00539a4a4f2814e43db08723d6e0b9e770c3..4f948305bdbab9716080fd95fc8280ee3644a758 100644 --- a/src/main/java/nl/tudelft/ewi/queue/controller/CourseStatusController.java +++ b/src/main/java/nl/tudelft/ewi/queue/controller/CourseStatusController.java @@ -2,18 +2,16 @@ * Queue - A Queueing system that can be used to handle labs in higher education * Copyright (C) 2016-2019 Delft University of Technology * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero + * General Public License as published by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the + * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public + * License for more details. * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * You should have received a copy of the GNU Affero General Public License along with this program. If not, + * see <https://www.gnu.org/licenses/>. */ package nl.tudelft.ewi.queue.controller; diff --git a/src/main/java/nl/tudelft/ewi/queue/service/LabStatusService.java b/src/main/java/nl/tudelft/ewi/queue/service/LabStatusService.java index 477b3907fba7a94e13441991fc85d7093b0a166e..77c88dfcf8c6a40250c6ddca288bb14cf9388f57 100644 --- a/src/main/java/nl/tudelft/ewi/queue/service/LabStatusService.java +++ b/src/main/java/nl/tudelft/ewi/queue/service/LabStatusService.java @@ -1,19 +1,17 @@ /** * Queue - A Queueing system that can be used to handle labs in higher education - * Copyright (C) 2016-2019 Delft University of Technology + * Copyright (C) 2016-2019 Delft University of Technology. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. + * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero + * General Public License as published by the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the + * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public + * License for more details. * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. + * You should have received a copy of the GNU Affero General Public License along with this program. If not, + * see <https://www.gnu.org/licenses/>. */ package nl.tudelft.ewi.queue.service;