Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c7f8ef

Browse files
author
Brian Tucker
committed
no idea how these worked before
1 parent 470ff15 commit 0c7f8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eureka-test-utils/src/main/java/com/netflix/discovery/shared/transport/ClusterSampleData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ public static ReplicationInstance newReplicationInstanceOf(Action action, Instan
9999
instance.getAppName(),
100100
instance.getId(),
101101
System.currentTimeMillis(),
102-
InstanceStatus.OUT_OF_SERVICE.name(),
103102
null,
103+
InstanceStatus.OUT_OF_SERVICE.name(),
104104
null,
105105
action
106106
);
@@ -110,7 +110,7 @@ public static ReplicationInstance newReplicationInstanceOf(Action action, Instan
110110
instance.getId(),
111111
System.currentTimeMillis(),
112112
InstanceStatus.OUT_OF_SERVICE.name(),
113-
null,
113+
InstanceStatus.UP.name(),
114114
null,
115115
action
116116
);

0 commit comments

Comments
 (0)