Rename file
This commit is contained in:
parent
c1754dab52
commit
21521d8e45
@ -26,7 +26,7 @@ import org.warp.filesponge.value.MirrorURI;
|
|||||||
@AllArgsConstructor(access = AccessLevel.PROTECTED)
|
@AllArgsConstructor(access = AccessLevel.PROTECTED)
|
||||||
public abstract class BaseMirrorFileSource implements FileSource {
|
public abstract class BaseMirrorFileSource implements FileSource {
|
||||||
|
|
||||||
protected final ReceiverAvailabilityManager receiverAvailabilityManager;
|
protected final MirrorAvailabilityManager receiverAvailabilityManager;
|
||||||
protected final MirrorURI mirrorURI;
|
protected final MirrorURI mirrorURI;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,7 @@ import lombok.AccessLevel;
|
|||||||
import lombok.AllArgsConstructor;
|
import lombok.AllArgsConstructor;
|
||||||
|
|
||||||
@AllArgsConstructor(access = AccessLevel.PUBLIC)
|
@AllArgsConstructor(access = AccessLevel.PUBLIC)
|
||||||
public class ReceiverAvailabilityManager {
|
public class MirrorAvailabilityManager {
|
||||||
|
|
||||||
private final FileMirrorsManager fileReceiversManager;
|
private final FileMirrorsManager fileMirrorsManager;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user