Added several improvements, changes and bug fixes

This commit is contained in:
Robert Vokac 2024-03-16 14:06:48 +00:00
parent 2d12504394
commit 95b4888ba9
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -37,7 +37,7 @@ public class Activity implements Comparable<Activity> {
return ticket + SUBJECT_FIELD_SEPARATOR + name;
}
public String createBugzillaComment() {
public String createTotalComment() {
return ticket + SUBJECT_FIELD_SEPARATOR + year + "-" + month + "-" + day
+ SUBJECT_FIELD_SEPARATOR + ((spentHours + spentMinutes / 60d)
+ "h") + SUBJECT_FIELD_SEPARATOR