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
c2ffb8bc
Commit
c2ffb8bc
authored
3 months ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Refactor: Use String formatter of Log4j
parent
ba1e97a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/mapper/citygml3/Citygml3FeatureMapper.java
+1
-1
...rt/citydoctor2/mapper/citygml3/Citygml3FeatureMapper.java
with
1 addition
and
1 deletion
+1
-1
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/mapper/citygml3/Citygml3FeatureMapper.java
+
1
-
1
View file @
c2ffb8bc
...
...
@@ -847,7 +847,7 @@ public class Citygml3FeatureMapper extends ObjectWalker {
}
}
else
{
logger
.
error
(
String
.
format
(
"Implicit geometry of GML-ID
%s
has no referenced geometry."
,
ig
.
getId
())
)
;
logger
.
error
(
"Implicit geometry of GML-ID
{}
has no referenced geometry."
,
ig
.
getId
());
}
return
igh
;
}
...
...
This diff is collapsed.
Click to expand it.
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