Skip to content
Open

Main #198

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Java (Maven) application for tracking time on the job

Time tracker

Good Night Students!!!
Good Night students !
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@Component
@Scope("prototype")
public class TimeEntry {
private String description;
private String description ;
private float rate;
private int time;

Expand Down