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

@@ -40,9 +40,9 @@ using DiscImageChef.ImagePlugins;
namespace DiscImageChef.Commands
{
public static class Entropy
static class Entropy
{
public static void doEntropy(EntropyOptions options)
internal static void doEntropy(EntropyOptions options)
{
DicConsole.DebugWriteLine("Entropy command", "--debug={0}", options.Debug);
DicConsole.DebugWriteLine("Entropy command", "--verbose={0}", options.Verbose);