Commit 496b98b4 authored by Alexander Frömmgen's avatar Alexander Frömmgen
Browse files

Tossa allow TopologyID testing

parent 4418a90d
......@@ -82,7 +82,7 @@ public final class TopologyID {
* @param sourceComponentClass
* the {@link TopologyProvider} that sourced this identifier
*/
private <T extends TopologyProvider> TopologyID(String simpleName, int hash) {
public <T extends TopologyProvider> TopologyID(String simpleName, int hash) {
this.stringRepresentation = simpleName;
this.hashUnique = hash;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment