Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Bug 1202760 - Next execution link in "Scheduled Operations" portlet i…
Browse files Browse the repository at this point in the history
…s not

correct

Reverted back to original GroupOperationScheduleComposite constructors so we
don't break API compatibility

Conflicts:

	modules/core/domain/intentional-api-changes-since-4.13.0.xml
  • Loading branch information
Libor Zoubek authored and Simeon Pinder committed Jul 2, 2015
1 parent 2157dde commit 0b820d3
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -40,6 +40,12 @@ public class GroupOperationScheduleComposite extends OperationScheduleComposite
private GroupOperationScheduleComposite() {
}

public GroupOperationScheduleComposite(int id, String jobName, String jobGroup, String operationName,
long operationNextFireTime, int groupId, String groupName, String groupResourceTypeName) {
this(id, jobName, jobGroup, operationName, operationNextFireTime, groupId, groupName, groupResourceTypeName,
null);
}

public GroupOperationScheduleComposite(int id, String jobName, String jobGroup, String operationName,
long operationNextFireTime, int groupId, String groupName, String groupResourceTypeName,
Integer autoGroupParentResourceId) {
Expand Down

0 comments on commit 0b820d3

Please sign in to comment.