mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2026-04-20 03:16:37 +00:00
Public wasn't needed due to this being an interface.
This commit is contained in:
@@ -9,7 +9,7 @@ import java.util.ServiceLoader;
|
||||
public interface DiskFactory {
|
||||
void inspect(Context ctx);
|
||||
|
||||
public class Context {
|
||||
class Context {
|
||||
public final Source source;
|
||||
public final List<FormattedDisk> disks = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user