Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
4d73d2c7
Commit
4d73d2c7
authored
Dec 18, 2016
by
Jakob Schöttl
Browse files
Remove unused dummy attributes
parent
e3dca14a
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereState/src/org/vadere/state/attributes/models/AttributesReynolds.java
View file @
4d73d2c7
...
...
@@ -3,14 +3,5 @@ package org.vadere.state.attributes.models;
import
org.vadere.state.attributes.Attributes
;
public
class
AttributesReynolds
extends
Attributes
{
private
int
dummy
=
1
;
public
AttributesReynolds
()
{}
// Getters...
public
int
getDummy
()
{
return
dummy
;
}
// no attributes yet
}
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