mirror of https://github.com/zlatinb/muwire
fix variable name
parent
0fbef29359
commit
1717a90020
|
@ -280,7 +280,7 @@ public class UploadManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (head)
|
if (head)
|
||||||
uploader = new HeadUploader(file, request, endpoint, mesh)
|
uploader = new HeadUploader(file, request, e, mesh)
|
||||||
else
|
else
|
||||||
uploader = new ContentUploader(file, request, e, mesh, pieceSize)
|
uploader = new ContentUploader(file, request, e, mesh, pieceSize)
|
||||||
eventBus.publish(new UploadEvent(uploader : uploader))
|
eventBus.publish(new UploadEvent(uploader : uploader))
|
||||||
|
|
Loading…
Reference in New Issue