Skip to content

Commit

Permalink
adjusts
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Aug 8, 2024
1 parent 9c98468 commit c6cefa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
This file is part of the JHipster project, see https://www.jhipster.tech/
for more information.
Licensed under the Apache License, Version 2.0 (the "
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
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
This file is part of the JHipster project, see https://www.jhipster.tech/
for more information.
Licensed under the Apache License, Version 2.0 (the "
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
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -21,7 +21,6 @@ package <%= packageName %>.web.rest.errors
import org.springframework.http.HttpStatus
import org.springframework.web.ErrorResponseException
import tech.jhipster.web.rest.errors.ProblemDetailWithCause.ProblemDetailWithCauseBuilder
import java.net.URI

@SuppressWarnings("java:S110") // Inheritance tree of classes should not be too deep
class InvalidPasswordException(type: URI?, defaultMessage: String?, val entityName: String?, val errorKey: String) : ErrorResponseException(
Expand All @@ -34,4 +33,4 @@ class InvalidPasswordException(type: URI?, defaultMessage: String?, val entityNa
.build(),
null
) {
}
}

0 comments on commit c6cefa4

Please sign in to comment.