This repository was archived by the owner on Jun 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-38
lines changed
src/main/java/io/scalecube Expand file tree Collapse file tree 3 files changed +1
-38
lines changed Original file line number Diff line number Diff line change 33
33
</scm >
34
34
35
35
<properties >
36
- <reactor .version>2020.0.32</reactor .version>
37
-
38
36
<distributionManagement .url>https://maven.pkg.github.com/scalecube/scalecube-commons
39
37
</distributionManagement .url>
40
38
</properties >
41
39
42
- <dependencyManagement >
43
- <dependencies >
44
- <dependency >
45
- <groupId >io.projectreactor</groupId >
46
- <artifactId >reactor-bom</artifactId >
47
- <version >${reactor.version} </version >
48
- <type >pom</type >
49
- <scope >import</scope >
50
- </dependency >
51
- </dependencies >
52
- </dependencyManagement >
53
-
54
- <dependencies >
55
- <dependency >
56
- <groupId >io.projectreactor</groupId >
57
- <artifactId >reactor-core</artifactId >
58
- </dependency >
59
- </dependencies >
60
-
61
40
</project >
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ public Address port(int port) {
134
134
* @param portOffset portOffset
135
135
* @return address instance
136
136
*/
137
- public Address addPortOffset (int portOffset ) {
137
+ public Address withPortOffset (int portOffset ) {
138
138
return Address .create (host , port + portOffset );
139
139
}
140
140
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments