REFACTOR: Member or type can be made internal.

This commit is contained in:
2017-12-20 02:08:37 +00:00
parent b53b80c998
commit ef49fdfd45
87 changed files with 544 additions and 544 deletions

View File

@@ -38,9 +38,9 @@ using DiscImageChef.Devices;
namespace DiscImageChef.Commands
{
public static class DeviceReport
static class DeviceReport
{
public static void doDeviceReport(DeviceReportOptions options)
internal static void doDeviceReport(DeviceReportOptions options)
{
DicConsole.DebugWriteLine("Device-Report command", "--debug={0}", options.Debug);
DicConsole.DebugWriteLine("Device-Report command", "--verbose={0}", options.Verbose);