| 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 | ||
|---|---|---|
| 210 | 210 | addCell(new MoneyCell(moneyWithdrawal.getAmountWithdrawn().negate())); |
| 211 | 211 | } |
| 212 | 212 | |
| 213 | private HtmlDiv generateContributionDescription() { | |
| 213 | private HtmlDiv generateContributionDescription() throws UnauthorizedPrivateAccessException { | |
| 214 | 214 | final HtmlDiv description = new HtmlDiv("description"); |
| 215 | 215 | |
| 216 | 216 | String statusString = ""; |
