We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bc7ad commit e1dcd13Copy full SHA for e1dcd13
1 file changed
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/packages/_DockerData.java
@@ -16,11 +16,10 @@
16
17
package org.cloudfoundry.client.v3.packages;
18
19
-import org.cloudfoundry.Nullable;
20
-import org.immutables.value.Value;
21
-
22
import com.fasterxml.jackson.annotation.JsonProperty;
23
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
+import org.cloudfoundry.Nullable;
+import org.immutables.value.Value;
24
25
/**
26
* Data type for docker packages
0 commit comments