Commit 659eb78a authored by tristaZero's avatar tristaZero
Browse files

private

parent 50f371bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ public final class OrderRepository implements Repository<Order> {
        return orderId;
    }
    
    public long insertFailure(final Order order) {
    private Long insertFailure(final Order order) {
        Connection connection = null;
        Statement statement = null;
        long orderId = -1;