Fix nits to adopt latest topology query implementation (#10174)
This commit is contained in:
parent
85be0bd568
commit
0c08a657ed
|
|
@ -29,8 +29,9 @@ public class EndpointNode {
|
|||
private String serviceId;
|
||||
private String serviceName;
|
||||
/**
|
||||
* Not type for endpoint for now.
|
||||
* @since 9.4.0 No type for endpoint node dependency
|
||||
*/
|
||||
@Deprecated
|
||||
private String type = "";
|
||||
private boolean isReal;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0f6a3fae0e9dfc56513f17693d9ca21414c5a631
|
||||
Subproject commit 5d0344be45443bc3deef2f25ecbcf816c0dc159a
|
||||
Loading…
Reference in New Issue