Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
8a6c3077
Commit
8a6c3077
authored
7 months ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Code cleaning. Ref
#69
parent
e1c68eb9
master
107-opengl-view
dev
dev_bht
dev_cpp_code_conversion
dev_gui_features
dev_gui_features_zip_loading
3.16.0
3.15.0
archive/dev_gui_features_zip_loading
archive/dev_citygml3
archive/dev_GUI
2 merge requests
!8
Version 3.15.0
,
!6
Open source release of CityDoctorGUI and other extensions.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/check/DefaultParameter.java
+1
-7
.../de/hft/stuttgart/citydoctor2/check/DefaultParameter.java
with
1 addition
and
7 deletions
+1
-7
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/check/DefaultParameter.java
+
1
-
7
View file @
8a6c3077
...
...
@@ -73,13 +73,7 @@ public class DefaultParameter implements Serializable {
*/
@Override
public
String
toString
()
{
StringBuilder
builder
=
new
StringBuilder
();
builder
.
append
(
"DefaultParameter [name="
);
builder
.
append
(
name
);
builder
.
append
(
", value="
);
builder
.
append
(
value
);
builder
.
append
(
"]"
);
return
builder
.
toString
();
return
"DefaultParameter [name="
+
name
+
", value="
+
value
+
"]"
;
}
}
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
Menu
Explore
Projects
Groups
Snippets