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
496b98b4
Commit
496b98b4
authored
Dec 17, 2015
by
Alexander Frömmgen
Browse files
Tossa allow TopologyID testing
parent
4418a90d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/topology/TopologyID.java
View file @
496b98b4
...
...
@@ -82,7 +82,7 @@ public final class TopologyID {
* @param sourceComponentClass
* the {@link TopologyProvider} that sourced this identifier
*/
p
rivate
<
T
extends
TopologyProvider
>
TopologyID
(
String
simpleName
,
int
hash
)
{
p
ublic
<
T
extends
TopologyProvider
>
TopologyID
(
String
simpleName
,
int
hash
)
{
this
.
stringRepresentation
=
simpleName
;
this
.
hashUnique
=
hash
;
}
...
...
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