Author: angela
Date: Tue Mar 31 16:09:06 2015
New Revision: 1670377
URL: http://svn.apache.org/r1670377
Log:
javadoc: fix broken link to PropertyIndexLookup
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/nodetype/NodeTypeIndex.java
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/nodetype/NodeTypeIndex.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/nodetype/NodeTypeIndex.java?rev=1670377&r1=1670376&r2=1670377&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/nodetype/NodeTypeIndex.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/nodetype/NodeTypeIndex.java
Tue Mar 31 16:09:06 2015
@@ -26,12 +26,12 @@ import org.apache.jackrabbit.oak.spi.que
import org.apache.jackrabbit.oak.spi.state.NodeState;
/**
- * <code>NodeTypeIndex</code> implements a {@link QueryIndex} using
- * {@link PropertyIndexLookup}s on <code>jcr:primaryType</code> and
- * <code>jcr:mixinTypes</code> to evaluate a node type restriction on
- * {@link Filter}. The cost for this index is the sum of the costs of the
- * {@link PropertyIndexLookup} for queries on <code>jcr:primaryType</code> and
- * <code>jcr:mixinTypes</code>.
+ * {@code NodeTypeIndex} implements a {@link QueryIndex} using
+ * {@link
org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup}s
+ * on {@code jcr:primaryType} and {@code jcr:mixinTypes} to evaluate a node
type
+ * restriction on {@link Filter}. The cost for this index is the sum of the
costs
+ * of the {@link
org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexLookup}
+ * for queries on {@code jcr:primaryType} and {@code jcr:mixinTypes}.
*/
class NodeTypeIndex implements QueryIndex, JcrConstants {