Lucene.Net.Core.Store.DataInput: Changed error message to reflect vInt32 
(rather than vInt)


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

Branch: refs/heads/api-work
Commit: c0105d819e57c37f6b97df22eb0c013f77a94137
Parents: de34f89
Author: Shad Storhaug <[email protected]>
Authored: Sun Mar 5 17:05:37 2017 +0700
Committer: Shad Storhaug <[email protected]>
Committed: Sun Mar 5 17:08:54 2017 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Core/Store/DataInput.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/c0105d81/src/Lucene.Net.Core/Store/DataInput.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Core/Store/DataInput.cs 
b/src/Lucene.Net.Core/Store/DataInput.cs
index 8f13785..f6799c6 100644
--- a/src/Lucene.Net.Core/Store/DataInput.cs
+++ b/src/Lucene.Net.Core/Store/DataInput.cs
@@ -156,7 +156,7 @@ namespace Lucene.Net.Store
             {
                 return i;
             }
-            throw new System.IO.IOException("Invalid vInt detected (too many 
bits)");
+            throw new System.IO.IOException("Invalid vInt32 detected (too many 
bits)");
         }
 
         /// <summary>

Reply via email to