mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Member or type can be made internal.
This commit is contained in:
@@ -36,9 +36,9 @@ using DiscImageChef.Metadata;
|
||||
|
||||
namespace DiscImageChef.Server.App_Start
|
||||
{
|
||||
public static class ScsiInquiry
|
||||
static class ScsiInquiry
|
||||
{
|
||||
public static List<string> Report(scsiInquiryType inquiry)
|
||||
internal static List<string> Report(scsiInquiryType inquiry)
|
||||
{
|
||||
List<string> scsiOneValue = new List<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user