mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Fix a bunch of lint warning
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package com.cappielloantonio.play.subsonic.base;
|
||||
|
||||
public class SubsonicIncompatibilityException extends RuntimeException {
|
||||
private final Version serverApiVersion;
|
||||
private final Version minClientApiVersion;
|
||||
|
||||
public SubsonicIncompatibilityException(Version serverApiVersion, Version minClientApiVersion) {
|
||||
super(String.format("Server API version %s is lower than minimal supported API version %s.", serverApiVersion, minClientApiVersion));
|
||||
|
||||
this.serverApiVersion = serverApiVersion;
|
||||
this.minClientApiVersion = minClientApiVersion;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user