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
Simonstrator
API
Commits
50b4b430
Commit
50b4b430
authored
Nov 05, 2015
by
Roland Kluge
Browse files
Remove deprecated, unused constructor
parent
440261d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/common/graph/Node.java
View file @
50b4b430
...
@@ -63,15 +63,6 @@ public class Node implements INode {
...
@@ -63,15 +63,6 @@ public class Node implements INode {
this
(
INodeID
.
get
(
id
));
this
(
INodeID
.
get
(
id
));
}
}
/**
* @deprecated Only during the reconciliation
* @param str
*/
// TODO MS
public
Node
(
String
str
)
{
this
(
INodeID
.
get
(
str
.
hashCode
()));
// TODO@rkluge FIXME
}
@Override
@Override
public
INodeID
getId
()
{
public
INodeID
getId
()
{
return
id
;
return
id
;
...
...
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