Skip to content

Commit

Permalink
LRSD-4332 Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joseabelenda committed May 14, 2024
1 parent 00d8575 commit 2f5764a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
import com.liferay.portal.kernel.util.ParamUtil;
import com.liferay.portal.kernel.util.StringUtil;
import com.liferay.portal.kernel.util.Validator;
import com.liferay.portal.vulcan.pagination.Page;
import com.liferay.portal.vulcan.pagination.Pagination;
import com.liferay.testray.rest.dto.v1_0.TestrayCaseResultComparison;
import com.liferay.testray.rest.dto.v1_0.TestrayRunComparison;
import com.liferay.testray.rest.internal.util.TestrayUtil;
Expand Down Expand Up @@ -129,7 +131,7 @@ public Object getTestrayRunComparisonByTestrayRoutineIdTestrayRoutine(
}

@Override
public TestrayRunComparison getTestrayRunComparisonDetail(
public TestrayRunComparison getTestrayRunComparisonRun(
Long testrayRunId1, Long testrayRunId2,
String testrayCaseResultError1, String testrayCaseResultError2,
String testrayCaseResultIssue1, String testrayCaseResultIssue2,
Expand Down

0 comments on commit 2f5764a

Please sign in to comment.