Javadoc fixes

This commit is contained in:
rob bygrave
2019-10-10 22:07:14 +13:00
parent 4bc2559e8e
commit f7a28aa904
7 changed files with 16 additions and 15 deletions
-3
View File
@@ -548,9 +548,6 @@ public final class Ebean {
* DB.update(customer);
*
* }</pre>
*
* @see ServerConfig#setUpdatesDeleteMissingChildren(boolean)
* @see ServerConfig#setUpdateChangesOnly(boolean)
*/
public static void update(Object bean) throws OptimisticLockException {
serverMgr.getDefaultServer().update(bean);