Renaming test methods and formatting

This commit is contained in:
Sasa M
2020-04-21 21:29:38 +02:00
parent 912d17c08b
commit 9ddedb329a
2 changed files with 1 additions and 87 deletions

View File

@@ -7,10 +7,9 @@ import java.util.ArrayList;
import java.util.List;
/**
* @author sasam0320
* @description
* UserPropertyMap class instantiates the converter to map the data from the user list to the user name list.
* In the configuration method, we call a converter to do the mapping.
* @author sasam0320
*/
public class UserPropertyMap extends PropertyMap<UserList, UserListDTO> {