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
Eric Duminil
RegionChooser
Commits
b5948448
Commit
b5948448
authored
10 years ago
by
bruse
Browse files
Options
Download
Email Patches
Plain Diff
Minor change: Removed a superfluous plot to standard out.
parent
73d9cf9a
master
develop
migrate_to_Java11
0.2.2
0.1.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/eu/simstadt/nf/NFConnectorImpl.java
+0
-5
src/eu/simstadt/nf/NFConnectorImpl.java
with
0 additions
and
5 deletions
+0
-5
src/eu/simstadt/nf/NFConnectorImpl.java
+
0
-
5
View file @
b5948448
...
...
@@ -271,11 +271,6 @@ private String getResponse(HttpURLConnection httpConnection) throws UnsupportedE
}
else
{
throw
new
IOException
();
}
System
.
out
.
println
(
xml
);
return
xml
;
}
...
...
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