Skip to content

Commit f09d0d0

Browse files
committed
fix checkstyle
1 parent f0b31f3 commit f09d0d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-java-api/src/main/java/com/github/dockerjava/api/command/CreateContainer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public interface CreateContainer {
100100
@JsonProperty("Volumes")
101101
@Deprecated
102102
@Value.Auxiliary
103+
@SuppressWarnings("checkstyle:methodname")
103104
default Volumes $$_JsonFriendlyVolumes() {
104105
Volume[] volumes = getVolumes();
105106
return volumes == null
@@ -134,6 +135,7 @@ public interface CreateContainer {
134135
@JsonProperty("ExposedPorts")
135136
@Deprecated
136137
@Value.Auxiliary
138+
@SuppressWarnings("checkstyle:methodname")
137139
default ExposedPorts $$_JsonFriendlyExposedPorts() {
138140
ExposedPort[] exposedPorts = getExposedPorts();
139141
return exposedPorts == null

0 commit comments

Comments
 (0)