add missing @link

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1523529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-09-16 02:09:50 +00:00
parent b76fdfbfa9
commit ac38faf3da
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@
-->
<html>
<body>
Support for grouping by {org.apache.lucene.queries.function.ValueSource}.
Support for grouping by {@link org.apache.lucene.queries.function.ValueSource}.
</body>
</html>

View File

@ -16,6 +16,6 @@
-->
<html>
<body>
Support for grouping by indexed terms via {org.apache.lucene.search.FieldCache}.
Support for grouping by indexed terms via {@link org.apache.lucene.search.FieldCache}.
</body>
</html>