[ALL] We should use static classes for these

This commit is contained in:
Matt Nadareski
2016-10-21 16:25:22 -07:00
parent 2946e0b785
commit 88f11e5826
6 changed files with 12 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ using System.Text.RegularExpressions;
namespace SabreTools.Helper
{
public class ArchiveTools
public static class ArchiveTools
{
private const int _bufferSize = 4096 * 128;