mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
remove the condition that is always 'true'
This commit is contained in:
@@ -252,10 +252,6 @@ public class IndexVersion {
|
|||||||
return GREATER_THAN;
|
return GREATER_THAN;
|
||||||
} else if (firstMinor < secondMinor) {
|
} else if (firstMinor < secondMinor) {
|
||||||
return LESS_THAN;
|
return LESS_THAN;
|
||||||
} else {
|
|
||||||
// This is an impossible scenario.
|
|
||||||
// This 'else' should never be triggered since we've checked for equality above already
|
|
||||||
return EQUAL;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user