Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit f207de6

Browse files
#168. Add some fixes.
1 parent 4072e27 commit f207de6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

app/src/main/java/com/blogspot/e_kanivets/moneytracker/ui/presenter/ShortSummaryPresenter.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,13 @@ public ViewHolder(View view) {
145145
}
146146

147147
public interface SummaryViewInterface {
148-
public TextView getTvPeriod();
148+
TextView getTvPeriod();
149149

150-
public TextView getTvTotalIncome();
150+
TextView getTvTotalIncome();
151151

152-
public TextView getTvTotalExpense();
152+
TextView getTvTotalExpense();
153153

154-
public TextView getTvTotal();
154+
TextView getTvTotal();
155155
}
156156

157-
158157
}

0 commit comments

Comments
 (0)