FloodfillMonitorJob: use the 60 min rate avg instead of lifetime avg, but fallback to the lifetime.

SAMStreamSend: fix tabbing from earlier commit.
This commit is contained in:
dg2-new
2015-02-16 17:27:17 +00:00
parent f41df969b7
commit d4bbdc28f3
2 changed files with 4 additions and 3 deletions

View File

@ -174,7 +174,7 @@ public class SAMStreamSend {
}
public boolean openConnection() {
FileInputStream fin = null;
FileInputStream fin = null;
try {
fin = new FileInputStream(_destFile);
byte dest[] = new byte[1024];