You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2017/01/25 03:44:01 UTC

[17/50] [abbrv] lucenenet git commit: Lucene.Net.Tests.Core.Index.TestCompoundFile: Changed explicit long declaration from 'l' to 'L' "for clarity"

Lucene.Net.Tests.Core.Index.TestCompoundFile: Changed explicit long declaration from 'l' to 'L' "for clarity"


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/99119dd4
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/99119dd4
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/99119dd4

Branch: refs/heads/api-work
Commit: 99119dd4023247e7d8968e86239a9016d8a88387
Parents: 8902ace
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Wed Jan 25 03:05:30 2017 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Wed Jan 25 09:34:46 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Tests/core/Index/TestCompoundFile.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/99119dd4/src/Lucene.Net.Tests/core/Index/TestCompoundFile.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Tests/core/Index/TestCompoundFile.cs b/src/Lucene.Net.Tests/core/Index/TestCompoundFile.cs
index 179ffcf..c291379 100644
--- a/src/Lucene.Net.Tests/core/Index/TestCompoundFile.cs
+++ b/src/Lucene.Net.Tests/core/Index/TestCompoundFile.cs
@@ -124,7 +124,7 @@ namespace Lucene.Net.Index
             AssertSameStreams(msg + ", seek(0)", expected, actual, point);
 
             // seek to middle
-            point = expected.Length / 2l;
+            point = expected.Length / 2L;
             AssertSameStreams(msg + ", seek(mid)", expected, actual, point);
 
             // seek to end - 2