Commit 136bbe8d authored by David Novak's avatar David Novak
Browse files

cosmetic

parent 30ec11f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());
    }
    
    /**