DATACMNS-973 - Polishing.

Convert @see http://… links to valid format using @see <a href=…>…</a>.
This commit is contained in:
Mark Paluch
2017-01-13 08:48:52 +01:00
parent 4eb1ae8de2
commit 8bafe7964b
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
/**
* Querydsl integration support classes.
*
* @see http://www.querydsl.com
* @see <a href="http://www.querydsl.com">http://www.querydsl.com</a>
*/
package org.springframework.data.querydsl;