From a81aa19c736f59a157f0ac8b6530c57f71c12c03 Mon Sep 17 00:00:00 2001 From: Daniel Koch Date: Thu, 18 Aug 2022 09:32:20 +0200 Subject: [PATCH] Remove extra whitespaces --- .../security/permission/BasePermissionController.java | 4 ++-- .../security/permission/CreatePermissionException.java | 4 ++-- .../security/permission/DeletePermissionException.java | 4 ++-- .../security/permission/EntityAccessDeniedException.java | 4 ++-- .../security/permission/EntityNotFoundException.java | 4 ++-- .../permission/EntityPermissionNotFoundException.java | 4 ++-- .../exception/security/permission/GroupNotFoundException.java | 4 ++-- .../security/permission/ReadPermissionException.java | 4 ++-- .../security/permission/UpdatePermissionException.java | 4 ++-- .../exception/security/permission/UserNotFoundException.java | 4 ++-- .../shogun/lib/model/security/permission/BasePermission.java | 4 ++-- .../security/permission/BasePermissionRepository.java | 4 ++-- .../service/security/permission/BasePermissionService.java | 4 ++-- .../security/permission/GroupClassPermissionService.java | 4 ++-- .../security/permission/GroupInstancePermissionService.java | 4 ++-- .../security/permission/UserClassPermissionService.java | 4 ++-- .../security/permission/UserInstancePermissionService.java | 4 ++-- 17 files changed, 34 insertions(+), 34 deletions(-) diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/controller/security/permission/BasePermissionController.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/controller/security/permission/BasePermissionController.java index 9214e85c5..908ef3fe0 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/controller/security/permission/BasePermissionController.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/controller/security/permission/BasePermissionController.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/CreatePermissionException.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/CreatePermissionException.java index c741f9fd9..2f9acac19 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/CreatePermissionException.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/CreatePermissionException.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/DeletePermissionException.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/DeletePermissionException.java index 1f582068b..15d1289a2 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/DeletePermissionException.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/DeletePermissionException.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityAccessDeniedException.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityAccessDeniedException.java index 081ad5366..f09e4b9c0 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityAccessDeniedException.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityAccessDeniedException.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityNotFoundException.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityNotFoundException.java index 035ad1cc0..9d31c3b6d 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityNotFoundException.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityNotFoundException.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityPermissionNotFoundException.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityPermissionNotFoundException.java index ed5f05067..05fb97c4f 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityPermissionNotFoundException.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/EntityPermissionNotFoundException.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/GroupNotFoundException.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/GroupNotFoundException.java index ce30587df..e467ab9d9 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/GroupNotFoundException.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/GroupNotFoundException.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/ReadPermissionException.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/ReadPermissionException.java index da690935b..70a02f4d6 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/ReadPermissionException.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/ReadPermissionException.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/UpdatePermissionException.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/UpdatePermissionException.java index ea7cebc5d..c5be8491d 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/UpdatePermissionException.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/UpdatePermissionException.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/UserNotFoundException.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/UserNotFoundException.java index a7ac9329e..f1be8deba 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/UserNotFoundException.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/exception/security/permission/UserNotFoundException.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/security/permission/BasePermission.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/security/permission/BasePermission.java index d527a3f0b..df6c31c74 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/security/permission/BasePermission.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/model/security/permission/BasePermission.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/repository/security/permission/BasePermissionRepository.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/repository/security/permission/BasePermissionRepository.java index b27c44086..b861910bb 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/repository/security/permission/BasePermissionRepository.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/repository/security/permission/BasePermissionRepository.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/BasePermissionService.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/BasePermissionService.java index 8d46ea71d..f4279d023 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/BasePermissionService.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/BasePermissionService.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/GroupClassPermissionService.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/GroupClassPermissionService.java index 71460f7a8..1d7d8baff 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/GroupClassPermissionService.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/GroupClassPermissionService.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/GroupInstancePermissionService.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/GroupInstancePermissionService.java index 749b9602f..ddf6aae50 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/GroupInstancePermissionService.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/GroupInstancePermissionService.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/UserClassPermissionService.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/UserClassPermissionService.java index 8a2d7c28d..d17475456 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/UserClassPermissionService.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/UserClassPermissionService.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/UserInstancePermissionService.java b/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/UserInstancePermissionService.java index 25a56391b..3af8150c7 100644 --- a/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/UserInstancePermissionService.java +++ b/shogun-lib/src/main/java/de/terrestris/shogun/lib/service/security/permission/UserInstancePermissionService.java @@ -3,8 +3,8 @@ * * Copyright © 2022-present terrestris GmbH & Co. KG * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0.txt