refactor: Fix yellow code smells #27
					 1 changed files with 1 additions and 1 deletions
				
			
		refactor(HelloController): simplify collection conversion to list
				commit
				
					
					
						b586d4e312
					
				
			
		|  | @ -58,7 +58,7 @@ public class HelloController { | ||||||
|                 .readAll() |                 .readAll() | ||||||
|                 .stream() |                 .stream() | ||||||
|                 .map(e -> this.helloMapper.mapToGetDto(e)) |                 .map(e -> this.helloMapper.mapToGetDto(e)) | ||||||
|                 .collect(Collectors.toList()); |                 .toList(); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     @Operation(summary = "deletes a Hello by id") |     @Operation(summary = "deletes a Hello by id") | ||||||
|  |  | ||||||
		Reference in a new issue