Skip to content

Commit 995d38f

Browse files
committed
Merge branch 'same-as'
2 parents acd0c87 + 1f8667a commit 995d38f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/entur/gbfs/validation/model/FileValidationResult.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ public boolean sameAs(FileValidationResult other) {
117117
if (exists != other.exists) return false;
118118
if (errorsCount != other.errorsCount) return false;
119119
if (!Objects.equals(file, other.file)) return false;
120-
if (!Objects.equals(schema, other.schema)) return false;
121-
if (!Objects.equals(fileContents, other.fileContents)) return false;
122120
if (!Objects.equals(version, other.version)) return false;
123121
return IntStream
124122
.range(0, errors.size())

0 commit comments

Comments
 (0)