Skip to content

Commit

Permalink
Improve BaseEntity class: Remove todo comment from setCode method
Browse files Browse the repository at this point in the history
In this commit, the unnecessary todo comment within the BaseEntity class's setCode method has been removed
  • Loading branch information
vnobo committed Sep 5, 2024
1 parent 30b584d commit 0ee3511
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public interface BaseEntity<T> extends Serializable, Persistable<T> {
* @param code The code to be set for the entity. It could be a plain string or follow a predefined format.
*/
default void setCode(String code) {
//todo
}

/**
Expand Down

0 comments on commit 0ee3511

Please sign in to comment.