Changes for review
This commit is contained in:
parent
398cbe9284
commit
a7fbe05a73
22 changed files with 182 additions and 350 deletions
|
|
@ -89,7 +89,7 @@ public abstract class Postprocessing implements Serializable {
|
|||
}
|
||||
|
||||
public void setTemporalDir(@NonNull File directory) {
|
||||
long rnd = (int) (Math.random() * 100000f);
|
||||
long rnd = (int) (Math.random() * 100000.0f);
|
||||
tempFile = new File(directory, rnd + "_" + System.nanoTime() + ".tmp");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue