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
7b1663dc
Commit
7b1663dc
authored
Jun 09, 2021
by
Matthias Betz
Browse files
removing unnecessary null checks
parent
9e205757
Pipeline
#4356
passed with stage
in 2 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/datastructure/Vertex.java
View file @
7b1663dc
...
...
@@ -60,9 +60,6 @@ public class Vertex extends Vector3d {
}
void
addAdjacentRing
(
LinearRing
ring
,
Geometry
geom
)
{
if
(
adjacentRings
==
null
)
{
adjacentRings
=
new
ArrayList
<>(
2
);
}
findAdjacentRingsForGeometry
(
geom
).
add
(
ring
);
}
...
...
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