Skip to content

Commit 77ee416

Browse files
koraktorschauder
authored andcommitted
DATAJPA-1443 - Polishing.
Fixed JavaDoc link in HibernateProxyDetector. ProxyDetector is imported so there’s no need to use a full-qualified name here. Original pull request: #296.
1 parent cca2dfe commit 77ee416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/jpa/util/HibernateProxyDetector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.springframework.util.ClassUtils;
2323

2424
/**
25-
* {@link org.springframework.data.util.ProxyDetector} to explicitly check for Hibernate's {@link HibernateProxy}.
25+
* {@link ProxyDetector} to explicitly check for Hibernate's {@link HibernateProxy}.
2626
*
2727
* @author Oliver Gierke
2828
*/

0 commit comments

Comments
 (0)