Public wasn't needed due to this being an interface.

This commit is contained in:
Rob Greene
2025-08-15 13:06:23 -05:00
parent 9ae22dc48a
commit dce0f73ce5
@@ -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<>();