Skip to content

Commit 78f6caa

Browse files
author
Marcus Linke
committed
Remove newlines
1 parent 0764054 commit 78f6caa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/github/dockerjava/core/NameParser.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public boolean equals(Object obj) {
5151
if (obj instanceof ReposTag) {
5252
ReposTag other = (ReposTag) obj;
5353
return new EqualsBuilder().append(repos, other.repos).append(tag, other.tag).isEquals();
54-
5554
} else {
5655
return false;
5756
}
@@ -125,7 +124,6 @@ public boolean equals(Object obj) {
125124
HostnameReposName other = (HostnameReposName) obj;
126125
return new EqualsBuilder().append(hostname, other.hostname).append(reposName, other.reposName)
127126
.isEquals();
128-
129127
} else {
130128
return false;
131129
}

0 commit comments

Comments
 (0)