Skip to content

Commit

Permalink
The JavaDoc of MutableType class mentions immutable object types #751
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Nov 11, 2024
1 parent 6479296 commit 6e1829c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.sql.SQLException;

/**
* Very convenient base class for implementing immutable object types using Hibernate {@link UserType}.
* Very convenient base class for implementing mutable object types using Hibernate {@link UserType}.
*
* @author Vlad Mihalcea
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.sql.SQLException;

/**
* Very convenient base class for implementing immutable object types using Hibernate {@link UserType}.
* Very convenient base class for implementing mutable object types using Hibernate {@link UserType}.
*
* @author Vlad Mihalcea
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.sql.SQLException;

/**
* Very convenient base class for implementing immutable object types using Hibernate {@link UserType}.
* Very convenient base class for implementing mutable object types using Hibernate {@link UserType}.
*
* @author Vlad Mihalcea
*/
Expand Down

0 comments on commit 6e1829c

Please sign in to comment.