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
7471e87c
Commit
7471e87c
authored
Apr 15, 2025
by
Riegel
Browse files
Style: Make isValidator() of AbstractCheck final
parent
352901cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/check/AbstractCheck.java
View file @
7471e87c
...
@@ -53,7 +53,7 @@ public abstract class AbstractCheck extends Check {
...
@@ -53,7 +53,7 @@ public abstract class AbstractCheck extends Check {
}
}
@Override
@Override
public
boolean
isValidator
()
{
public
final
boolean
isValidator
()
{
return
false
;
return
false
;
}
}
...
...
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