src/main/java/de/uapcore/lightpit/entities/IssueSummary.java

changeset 116
d24354f21df5
parent 86
0a658e53177c
child 126
4148e6de0f21
     1.1 --- a/src/main/java/de/uapcore/lightpit/entities/IssueSummary.java	Fri Oct 09 11:41:35 2020 +0200
     1.2 +++ b/src/main/java/de/uapcore/lightpit/entities/IssueSummary.java	Fri Oct 09 11:43:15 2020 +0200
     1.3 @@ -44,7 +44,7 @@
     1.4  
     1.5      public int getDonePercent() {
     1.6          int total = getTotal();
     1.7 -        return total > 0 ? 100*done/total : 0;
     1.8 +        return total > 0 ? 100*done/total : 100;
     1.9      }
    1.10  
    1.11      /**

mercurial