Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jul 12, 2019
1 parent a477eb7 commit 33929b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public List<Version> findVersionsForPersistentEntity(String resourceId, Class<?>
.getResultList();

Object listOfVersions = revs.stream()
//.map(it -> ((Object[]) it))
.map(it -> {
return new Version(((PrincipalAwareRevisionEntity) ((Object[]) it)[1]).idAsString(),
((AbstractAuditable) ((Object[]) it)[0]).getModifiedBy(),
Expand Down

0 comments on commit 33929b4

Please sign in to comment.