Signal the specified User from this user database has been modified. @param user The user that has been modified
(User user)
| 188 | * @param user The user that has been modified |
| 189 | */ |
| 190 | default void modifiedUser(User user) { |
| 191 | } |
| 192 | |
| 193 |
no outgoing calls
no test coverage detected