Skip to content
Snippets Groups Projects
Commit 136bbe8d authored by David Novak's avatar David Novak
Browse files

cosmetic

parent 30ec11f3
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ public class PrintAllObjectsOperation extends AbstractOperation {
*/
@AbstractOperation.OperationConstructor({"t/f print just IDs"})
public PrintAllObjectsOperation(boolean printJustIDs) throws IOException {
this(printJustIDs, File.createTempFile("all-objects-", (printJustIDs ? ".data" : ".ids"), new File(".")).getPath());
this(printJustIDs, File.createTempFile("all-objects-", (printJustIDs ? ".ids" : ".data"), new File(".")).getPath());
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment