Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SimAquaLife
GR3D
Commits
5f5f855b
Commit
5f5f855b
authored
Apr 16, 2021
by
patrick.lambert
Browse files
remove unused varaible
parent
b3479d02
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/observer/RecordDuoChart.java
View file @
5f5f855b
...
...
@@ -54,7 +54,6 @@ public class RecordDuoChart extends XYSeriesChart {
protected
transient
ObservablesHandler
.
ObservableFetcher
fetcher
;
public
RecordDuoChart
()
{
super
();
}
...
...
@@ -104,7 +103,7 @@ public class RecordDuoChart extends XYSeriesChart {
double
valueX
;
double
valueY
;
Object
objectValue
;
//
Object objectValue;
try
{
List
<
ObservableRecord
>
records
=
(
List
<
ObservableRecord
>)
fetcher
.
fetchValue
(
instance
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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