elveos

elveos Commit Details

Date:2011-05-03 20:40:35 (2 years 20 days ago)
Author:Frédéric Bertolus
Branch:
Commit:ce94464deed6992f988472f05be34cc7f9ca1c79
Parents: e9f0ecadd0cdc9066735abbdd076790f48199d2b
Message:fix merge

File differences

main/src/main/java/com/bloatit/web/components/AccountComponent.java
210210            addCell(new MoneyCell(moneyWithdrawal.getAmountWithdrawn().negate()));
211211        }
212212
213        private HtmlDiv generateContributionDescription() {
213        private HtmlDiv generateContributionDescription() throws UnauthorizedPrivateAccessException {
214214            final HtmlDiv description = new HtmlDiv("description");
215215
216216            String statusString = "";

Archive Download the corresponding diff file