fix test to use only a single byte

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1496636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-06-25 21:11:27 +00:00
parent c672b56305
commit 7a728eb36b
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public class TestMaxTermFrequency extends LuceneTestCase {
@Override
public long encodeNormValue(float f) {
return (long) f;
return (byte) f;
}
@Override