mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-08-15 21:27:22 +00:00
Resolve minor warnings
This commit is contained in:
@@ -35,7 +35,6 @@ import javafx.beans.binding.NumberBinding;
|
||||
import javafx.beans.binding.When;
|
||||
import javafx.beans.property.BooleanProperty;
|
||||
import javafx.beans.property.SimpleBooleanProperty;
|
||||
import javafx.beans.value.ObservableNumberValue;
|
||||
import javafx.event.EventHandler;
|
||||
import javafx.fxml.FXML;
|
||||
import javafx.geometry.Insets;
|
||||
|
@@ -415,6 +415,7 @@ public class MediaCache implements Serializable {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private MediaFile resolveLocalCopy(MediaEntry e) {
|
||||
if (!e.isLocal) {
|
||||
e = findLocalEntry(e);
|
||||
@@ -461,6 +462,7 @@ public class MediaCache implements Serializable {
|
||||
return tempDir;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private MediaFile convertTemporaryFileToLocal(MediaFile f) {
|
||||
throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
|
||||
}
|
||||
|
Reference in New Issue
Block a user