Skip to content

Commit e57b0ff

Browse files
authored
Merge pull request #1284 from s-yonkov-yonkov/fix-PortMapping
modify PortMapping
2 parents e18f771 + 6155f3d commit e57b0ff

File tree

1 file changed

+2
-0
lines changed
  • cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/processes

1 file changed

+2
-0
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/processes/_PortMapping.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ abstract class _PortMapping {
3232
* The external port
3333
*/
3434
@JsonProperty("external")
35+
@Nullable
3536
abstract Integer getExternal();
3637

3738
/**
@@ -45,6 +46,7 @@ abstract class _PortMapping {
4546
* The internal port
4647
*/
4748
@JsonProperty("internal")
49+
@Nullable
4850
abstract Integer getInternal();
4951

5052
/**

0 commit comments

Comments
 (0)