mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
Added several improvements, changes and bug fixes
This commit is contained in:
parent
2d12504394
commit
95b4888ba9
@ -37,7 +37,7 @@ public class Activity implements Comparable<Activity> {
|
|||||||
return ticket + SUBJECT_FIELD_SEPARATOR + name;
|
return ticket + SUBJECT_FIELD_SEPARATOR + name;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String createBugzillaComment() {
|
public String createTotalComment() {
|
||||||
return ticket + SUBJECT_FIELD_SEPARATOR + year + "-" + month + "-" + day
|
return ticket + SUBJECT_FIELD_SEPARATOR + year + "-" + month + "-" + day
|
||||||
+ SUBJECT_FIELD_SEPARATOR + ((spentHours + spentMinutes / 60d)
|
+ SUBJECT_FIELD_SEPARATOR + ((spentHours + spentMinutes / 60d)
|
||||||
+ "h") + SUBJECT_FIELD_SEPARATOR
|
+ "h") + SUBJECT_FIELD_SEPARATOR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user