Skip to content

Commit

Permalink
java docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtien2k3 committed Aug 20, 2024
1 parent cf25f60 commit b846ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import org.modelmapper.ModelMapper;

public class ModelMapperFactory {
private static ModelMapper modelMapper = new ModelMapper();
private static final ModelMapper modelMapper = new ModelMapper();

public static ModelMapper getInstance() {
return modelMapper;
Expand Down

0 comments on commit b846ad2

Please sign in to comment.