Skip to content

Commit

Permalink
fix for ordering on the user rating stabilities dump
Browse files Browse the repository at this point in the history
  • Loading branch information
andponlin committed Oct 15, 2020
1 parent 1dd3446 commit d0a4c47
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ private DumpExportReference createDumpExportReference(ReferenceDumpExportJobSpec
.stream()
.map(urs -> {
DumpExportReferenceUserRatingStability derurs = new DumpExportReferenceUserRatingStability();
derurs.setOrdering(urs.getOrdering().longValue());
derurs.setCode(urs.getCode());
derurs.setName(
messageSource.getMessage(
Expand All @@ -184,4 +185,4 @@ private DumpExportReference createDumpExportReference(ReferenceDumpExportJobSpec
return dumpExportReference;
}

}
}

0 comments on commit d0a4c47

Please sign in to comment.