Skip to content

Commit 1b91c9a

Browse files
committed
Polishing
[resolves #1033] Signed-off-by: Paul Harris <[email protected]>
1 parent 9f86b1f commit 1b91c9a

File tree

1 file changed

+4
-4
lines changed
  • cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3

1 file changed

+4
-4
lines changed

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/_Metadata.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ abstract class _Metadata {
3535
/**
3636
* The metadata annotations
3737
*/
38-
@JsonProperty("annotations")
39-
@JsonInclude
4038
@AllowNulls
39+
@JsonInclude
40+
@JsonProperty("annotations")
4141
@Nullable
4242
abstract Map<String, String> getAnnotations();
4343

4444
/**
4545
* The metadata labels
4646
*/
47-
@JsonProperty("labels")
48-
@JsonInclude
4947
@AllowNulls
48+
@JsonInclude
49+
@JsonProperty("labels")
5050
@Nullable
5151
abstract Map<String, String> getLabels();
5252

0 commit comments

Comments
 (0)