Project

General

Profile

« Previous | Next » 

Revision 59422

code formatting

View differences:

MDStoreFeeder.java
67 67
				log.warn(String.format("The feeding process on mdstore %s has been cancelled. Records will not be committed. Transaction %s set as invalid.", mdId, transactionId));
68 68
				dao.invalidTransaction(transactionId, mdId);
69 69
				failCallback.call(new MDStoreServiceException(String.format("Feeding cancelled for mdstore %s on transaction %s", mdId, transactionId)));
70
            }
71
            else {
70
            } else {
72 71
				dao.commit(mdstore.getId(), mdId);
73 72
				int size = dao.refreshSize(mdId);
74 73
				touch(mdId, size);

Also available in: Unified diff