mirror of
https://github.com/antebudimir/tempus.git
synced 2026-03-02 19:37:25 +00:00
Fixed a lot of possible issues raised by a code inspection
This commit is contained in:
parent
39ff821aee
commit
042bf3077f
76 changed files with 148 additions and 225 deletions
|
|
@ -1,5 +1,7 @@
|
|||
package com.cappielloantonio.play.subsonic.base;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
public class Version implements Comparable<Version> {
|
||||
|
||||
private static final String VERSION_PATTERN = "[0-9]+(\\.[0-9]+)*";
|
||||
|
|
@ -49,6 +51,7 @@ public class Version implements Comparable<Version> {
|
|||
return 0;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return versionString;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue