Skip to content

Commit c024be0

Browse files
committed
Commenting out using statements that were added to cover code that is currently commented out
1 parent 79b575c commit c024be0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Lucene.Net.TestFramework/Store/BaseDirectoryTestCase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using System.IO;
1111
using System.Threading;
1212
using Assert = Lucene.Net.TestFramework.Assert;
13-
using JCG = J2N.Collections.Generic;
13+
//using JCG = J2N.Collections.Generic;
1414
using Test = NUnit.Framework.TestAttribute;
1515

1616
namespace Lucene.Net.Store

src/Lucene.Net.Tests.Analysis.SmartCn/Hhmm/TestBuildDictionary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using System;
88
using System.IO;
99
using Assert = Lucene.Net.TestFramework.Assert;
10-
using JCG = J2N.Collections.Generic;
10+
//using JCG = J2N.Collections.Generic;
1111

1212
namespace Lucene.Net.Analysis.Cn.Smart.Hhmm
1313
{

0 commit comments

Comments
 (0)