Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
689a2239
Commit
689a2239
authored
Apr 16, 2025
by
Riegel
Browse files
Fix: Change method-call to correct implementation
parent
5fd30ccc
Changes
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/utils/visitors/ContainsAnyErrorVisitor.java
View file @
689a2239
...
...
@@ -13,7 +13,7 @@ public class ContainsAnyErrorVisitor extends AbstractCheck {
@Override
public
void
check
(
Checkable
checkable
)
{
if
(
checkable
.
hasAnyError
WithoutDependencies
())
{
if
(
checkable
.
hasAnyError
())
{
ThrowUtils
.
sneakyThrow
(
new
CheckErrorFound
());
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment