Fix type parameter in javadoc in TestRepository.delete(String ref)

Type parameter T extends AnyObjectId in signature of update(String, T)

Change-Id: I9c13ddc572b8e94d5c7854f4de1f8206cb5e99ca
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2016-05-05 22:51:14 +02:00
parent 89db7e01fa
commit 0c72f60fbf
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ public <T extends AnyObjectId> T update(String ref, T obj) throws Exception {
*
* @param ref
* the name of the reference to delete. This is normalized
* in the same way as {@link #update(String, T)}.
* in the same way as {@link #update(String, AnyObjectId)}.
* @throws Exception
* @since 4.4
*/