Fix estimatedTargetLength method.

This commit is contained in:
Christian P. MOMON 2013-07-30 10:43:55 +02:00
parent ba24c761fc
commit bc26b40750

View file

@ -58,7 +58,7 @@ public abstract class Presenter<E>
} }
else if (sourceLength < 800000) else if (sourceLength < 800000)
{ {
result = (100000); result = (1000000);
} }
else else
{ {