Skip to content

Commit 600fb37

Browse files
committed
'private' modifier removed
1 parent 367af06 commit 600fb37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FirebirdSql.Data.FirebirdClient.Tests/FbDatabaseInfoTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public async Task PerformanceAnalysis_UPDATE_Test()
148148
Assert.That(readIdxCount[tableIdTest], Is.EqualTo(1));
149149
}
150150

151-
private IDictionary<short, ulong> GetAffectedTables(IDictionary<short, ulong> aStatisticInfoBefore, IDictionary<short, ulong> aStatisticInfoAfter)
151+
IDictionary<short, ulong> GetAffectedTables(IDictionary<short, ulong> aStatisticInfoBefore, IDictionary<short, ulong> aStatisticInfoAfter)
152152
{
153153
var result = new Dictionary<short, ulong>();
154154
foreach (var keyValuePair in aStatisticInfoAfter)
@@ -167,7 +167,7 @@ private IDictionary<short, ulong> GetAffectedTables(IDictionary<short, ulong> aS
167167
return result;
168168
}
169169

170-
private IDictionary<string, short> GetTableNameList()
170+
IDictionary<string, short> GetTableNameList()
171171
{
172172
IDictionary<string, short> result = new Dictionary<string, short>();
173173

0 commit comments

Comments
 (0)