mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
remove the condition that is always 'true'
This commit is contained in:
@@ -252,10 +252,6 @@ public class IndexVersion {
|
||||
return GREATER_THAN;
|
||||
} else if (firstMinor < secondMinor) {
|
||||
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