mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 20:16:00 +02:00
fix bug in compareTo method of PluginVersion
This commit is contained in:
@@ -161,7 +161,7 @@ public class PluginVersion implements Comparable<PluginVersion>
|
||||
{
|
||||
if (o.snapshot &&!snapshot)
|
||||
{
|
||||
result = 0;
|
||||
result = -1;
|
||||
}
|
||||
else if (!o.snapshot && snapshot)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user