reflect preferredSize change to long

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@802766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2009-08-10 12:41:36 +00:00
parent 880f3d6811
commit 747a2383f4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import java.io.RandomAccessFile;
*/
public class ReadOnlyDataFile extends DataFile {
ReadOnlyDataFile(File file, int number, int preferedSize) {
ReadOnlyDataFile(File file, int number, long preferedSize) {
super(file, number, preferedSize);
}